Returns a new URL made by appending a path extension to the original URL.
Original signature is '- (NSURL *)URLByAppendingPathExtension:(NSString *)pathExtension'
Available in Mac OS X v10.6 and later.


- pathExtension (NSString)
- The path extension to add to the URL.

A new URL with pathExtension appended.

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