Purpose
Indicates whether the entry for a file on the FirstClass server is a subdirectory. It is used for accessing directory information returned from the FindFirst and FindNext methods. This attribute is read only.
Syntax
ServerFile.SubDir = TRUE | FALSE
TRUE |
The entry is a subdirectory. |
FALSE |
The entry is a file or other file system object. |
|