Hunny Software Library Reference

BinHex.FileType Property

Gets or sets the file type.

[Visual Basic]
Public Property FileType As String
[C#]
public string FileType {get; set;}

Property Value

The file type.

Remarks

All Macintosh files have a file type, which is represented by four bytes. Some examples include "TEXT" for a text file, or "APPL" for an application.

See Also

BinHex Class | Hunny.Mime Namespace