Returns the full path for the specified application.
Original signature is '- (NSString *)fullPathForApplication:(NSString *)appName'
Available in Mac OS X v10.0 and later.


- appName (NSString)
- The name of the application.

The full path for the application, or nil if the specified application was not found.

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