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


- pathComponent (NSString)
- The path component to add to the URL.

A new URL with pathComponent appended.

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