This enumeration defines constants for types of file system item. You can use the numeric values from scripting languages that do not have access to the symbolic enumeration constants.
| Constant | Value | Description |
|---|---|---|
| ftUnknown | 0x0000 (0) | Item type is unknown. |
| ftFile | 0x0001 (1) | Item is a file. |
| ftFolder | 0x0002 (2) | Item is a folder. |
| Related topics |
|---|
