Returns an array that contains (as NSString objects) the contents of the directory identified by a given path.
Original signature is '- (NSArray *)subpathsAtPath:(NSString *)path'
Available in Mac OS X v10.0 and later.


- path (NSString)
- The path of the directory to list.

An array that contains (as NSString objects) the contents of the directory identified by path. If path is a symbolic link, subpathsAtPath: traverses the link. Returns nil if it cannot get the device of the linked-to file.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)