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"
|