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