Creates a symbolic link to another file on the output disc.
Original signature is '+ (DRFile*) symLinkPointingTo:(DRFSObject*)original inFilesystem:(NSString*)filesystem'

C# | Visual Basic | Visual C++ |
public static DRFile SymLinkPointingToInFilesystem( DRFSObject original, NSString filesystem )
Public Shared Function SymLinkPointingToInFilesystem ( _ original As DRFSObject, _ filesystem As NSString _ ) As DRFile
public: static DRFile^ SymLinkPointingToInFilesystem( DRFSObject^ original, NSString^ filesystem )

- original (DRFSObject)
- The file to point he hard link to
- filesystem (NSString)
- The filesystem this link will exist on.

An autoreleased DRFile object.Did this document help you? Yes: Tell us what works for you."> YesIt's good, but: Report typos, inaccuracies, and so forth."> It's good, but...Not helpful: Tell us what would have helped."> Not helpful... Last Updated: 2009-08-12

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