Advertising banner:

History
 
 File.FileCreator
Home • Help • A0 • Customization Tools • FCAS • Language Reference • File.FileCreator
 
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]


Integer
A long integer.
String
A four-character string representing the Mac file creator.

Example
Dim MyFile as File
MyFile.FileCreator = "ttxt"