Hunny Software Library Reference

AppleFile.ResourceFork Property

Gets or sets the resource fork

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

Property Value

the content of the resource fork

Remarks

The resource fork contains resources that are used only by the Macintosh operating system (font information, code, icons, and so forth).

This property always returns a valid reference -- it never returns null. If there is no file name, the property returns a zero-length ByteString.

See Also

AppleFile Class | Hunny.Mime Namespace