Small company logo:
   History
 
Advertising banner:
 
 File.FileType
Home • Help • Customization Tools • FCAS • Language Reference • File.FileType
 
Purpose
Returns or assigns the Mac file type of a file on the FCAS computer.
This attribute is ignored for Windows file operations.
Syntax
File.FileType [= Integer | String]


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

Example
Dim MyFile as File
MyFile.FileType = "TEXT"