Initializes the receiver as a symbolic-link file wrapper that links to a specified file.
Original signature is '- (id)initSymbolicLinkWithDestinationURL:(NSURL *)url'
Available in Mac OS X v10.6 and later.


- url (NSURL)
- URL of the file the file wrapper is to reference.

Initialized symbolic-link file wrapper referencing url.

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