Purpose
Returns or assigns the Mac file creator of a file on the FCAS computer.
The FileCreator attribute is ignored for Windows file operators.
Syntax
File.FileCreator [= Integer | String]
Integer |
A long integer. |
String |
A four-character string representing the Mac file creator. |
Example
Dim MyFile as File
MyFile.FileCreator = "ttxt"
|