class PtFileSelItem { fullpath; // string opened; // short otherinfo; // string root; // short type; // short }
A string specifying the item's pathname.
This variable indicates whether or not the children of the directory have been allocated, and can have one of the following values.
Constant | Description |
---|---|
Pt_FS_NEW_DIR | An unallocated directory. |
Pt_FS_OLD_DIR | An allocated directory. |
A string that holds other information.
A number indicating whether this item is the root directory. 1 means yes, 0 means no.
This variable indicates the type of item, and can have one of the following values.
Constant | Description |
---|---|
Pt_FS_DIR_OP | An open directory (items visible). |
Pt_FS_DIR_CL | A closed directory (items not visible). |
Pt_FS_DLINK_OP | A link to an open directory. |
Pt_FS_DLINK_CL | A link to a closed directory. |
Pt_FS_FILE | A file. |
Pt_FS_FLINK | A link to a file. |
Pt_FS_ERROR | A file that had a read error. |
Copyright © 1995-2010 by Cogent Real-Time Systems, Inc. All rights reserved.