Small company logo:
   History
 
Advertising banner:
 
 ServerFile.FileCreator
Home • Help • Customization Tools • FCAS • Language Reference • ServerFile.FileCreator
 
Purpose
Returns or assigns the Mac file creator for a file on the FirstClass server.
The FileCreator attribute is ignored for Windows file operators.
Syntax
ServerFile.FileCreator [Integer | String]


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

Example
Dim sf as ServerFile
sf.FileCreator = "ttxt"