Hunny Software Library Reference

BinHex.ResourceFork Property

Gets the resource fork for the file.

[Visual Basic]
Public Property ResourceFork As ByteString
[C#]
public Hunny.Base.ByteString ResourceFork {get; set;}

Property Value

The bytes of the resource fork.

Remarks

For files that originate on non-Macintosh systems, such as GIF or JPEG files, the resource fork should normally be empty.

See Also

BinHex Class | Hunny.Mime Namespace