Hunny Software Library Reference

AppleFile.HasDataFork Property

Indicates if the AppleFile data contains a data fork entry

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

Remarks

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

An AppleDouble header does not contain a data fork entry.

See Also

AppleFile Class | Hunny.Mime Namespace