Hunny Software Library Reference

BinHex.DataFork Property

Gets or sets the data fork for the file.

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

Property Value

The bytes of the data fork.

Remarks

For files that originate on non-Macintosh systems, such as GIF or JPEG files, the file data should be set as the data fork.

See Also

BinHex Class | Hunny.Mime Namespace