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

Declaration Syntax
Public Shared Function HardLinkPointingToInFilesystem ( _
original As DRFile, _
filesystem As NSString _
) As DRFile

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

Return Value
An autoreleased DRFile object.

Version Information
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)
Assembly:
Monobjc.DiscRecording (Module: Monobjc.DiscRecording)