DirItem object
DirItem Class
Properties | DirItem Class |
| AccessTime | Holds last access time for the file or directory.
| AdditionalName | Holds additional name specified by the server. | Extra1 | Extra property for unknown data. | Extra2 | Extra property for unknown data. | Extra3 | Extra property for unknown data. | FullLine | Holds full line for the item. | Group | Holds file or directory group. | ModificationTime | Holds last modification time for the file or directory. | Name | Holds name of the file or directory. | Owner | Holds file or directory owner. | Permissions | Holds file or directory permissions. | Selected | Determines if item is selected. | Size | Holds size of the file or directory (lower 32 bits). | SizeHi | Holds size of the file or directory (higher 32 bits). | Tag | Tag for miscellaneous use. | Type | Holds item type. | UnicodeName | Holds UTF8 encoded name of the file or directory. | Visible | Holds UTF8 encoded name of the file or directory. |
|
Remarks
All the properties of this object are writable - but that doesn't mean changing them will automatically update information on the server. Please, use specific methods to change this information on the server.
In order to access these properties, application first must call ListDir method, so wodFtpDLX can create collection of DirItem objects!
Platforms
Windows