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