componentsToDisplay(forPath:)
Returns an array of strings representing the user-visible components of a given path.
Declaration
func componentsToDisplay(forPath path: String) -> [String]?Parameters
- path:
A pathname.
Return Value
An array of NSString objects representing the user-visible (for the Finder, Open and Save panels, and so on) components of path. Returns nil if path does not exist.
Discussion
These components cannot be used for path operations and are only suitable for display to the user.