History |
FileCreator (files)
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]
Example
Dim MyFile as File
MyFile.FileCreator = "ttxt"
| ||||||