Returns an NSBundle object that corresponds to the specified directory.
Original signature is '+ (NSBundle *)bundleWithPath:(NSString *)fullPath'
Available in Mac OS X v10.0 and later.


- fullPath (NSString)
- The path to a directory. This must be a full pathname for a directory; if it contains any symbolic links, they must be resolvable.

The NSBundle object that corresponds to fullPath, or nil if fullPath does not identify an accessible bundle directory.

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