Returns the file URL of the executable with the specified name in the receiver’s bundle.
Original signature is '- (NSURL *)URLForAuxiliaryExecutable:(NSString *)executableName'
Available in Mac OS X v10.6 and later.


- executableName (NSString)
- The name of an executable file.

The file URL of the executable executableName in the receiver’s bundle.

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