MonobjcMonobjc Documented Class Library
ComponentsToDisplayForPath Method (path)
NamespacesMonobjc.FoundationNSFileManagerComponentsToDisplayForPath(NSString)

Returns an array of NSString objects representing the user-visible components of a given path.

Original signature is '- (NSArray *)componentsToDisplayForPath:(NSString *)path'

Available in Mac OS X v10.2 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSArray ComponentsToDisplayForPath(
	NSString path
)
Public Overridable Function ComponentsToDisplayForPath ( _
	path As NSString _
) As NSArray
public:
virtual NSArray^ ComponentsToDisplayForPath(
	NSString^ path
)
Parameters
path (NSString)
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.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)