Hunny Software Library Reference

BinHex.FileCreator Property

Gets or sets the file creator.

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

Property Value

The file creator.

Remarks

Most Macintosh files have a creator, which is represented by a signature of four bytes. The creator specifies which application to launch when a file's icon is double clicked.

See Also

BinHex Class | Hunny.Mime Namespace