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.


- components (NSArray)
- An array of path components.

An NSURL object initialized with components.

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