Hunny Software Library Reference

AppleFile.HasFileName Property

Indicates if the AppleFile data contains a file name

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

Remarks

If the AppleFile data contains a file name, you may get the file name by retrieving the FileName property.

See Also

AppleFile Class | Hunny.Mime Namespace