FileType.MacCreator
From Xojo Documentation
This property was deprecated in version 2019r1. Please use Uniform Type Identifiers as a replacement. |
Property (As String )
aFileType.MacCreator = newStringValue
or
StringValue = aFileType.MacCreator
Supported for all project types and targets.
or
StringValue = aFileType.MacCreator
Supported for all project types and targets.
The four-byte string used to represent the application that owns the file in the Mac OS.
Sample Code
The following defines the jpeg file type in code.