Initializes a newly created NSURL referencing the local file or directory at path.
Original signature is '- (id)initFileURLWithPath:(NSString *)path'
Available in Mac OS X v10.0 and later.


- path (NSString)
- The path that the NSURL object will represent. path should be a valid system path. If path begins with a tilde, it must first be expanded with stringByExpandingTildeInPath.

An NSURL object initialized with path.

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