MonobjcMonobjc Documented Class Library
FileURLWithPathComponents Method (components)
NamespacesMonobjc.FoundationNSURLFileURLWithPathComponents(NSArray)

Initializes and returns a newly created NSURL object as a file URL with specified path components.

Original signature is '+ (NSURL *)fileURLWithPathComponents:(NSArray *)components'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static NSURL FileURLWithPathComponents(
	NSArray components
)
Public Shared Function FileURLWithPathComponents ( _
	components As NSArray _
) As NSURL
public:
static NSURL^ FileURLWithPathComponents(
	NSArray^ components
)
Parameters
components (NSArray)
An array of path components.
Return Value
An NSURL object initialized with components.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

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