The FMPFile.Type enumeration is used to determine an object type - file or directory.
enum FMPFile.`Type`
It is used by the type property of the FMPFile class.
| Value | Description |
| file | File. case file |
| directory | Directory. case directory |
See also: