Hunny Software Library Reference

AppleFile.FileName Property

Gets or sets the file name

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

Property Value

the file name

Remarks

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