Hunny Software Library Reference

AppleFile.HasResourceFork Property

Indicates if the AppleFile data contains a Macintosh resource fork entry.

[Visual Basic]
Public ReadOnly Property HasResourceFork As Boolean
[C#]
public bool HasResourceFork {get;}

Remarks

If the AppleFile data contains a resource fork, you may get the resource fork by retrieving the ResourceFork property.

See Also

AppleFile Class | Hunny.Mime Namespace