wodFtpDLX ActiveX Control - DirItem Object
    
 
Description

DirItem Class


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!


Members
Properties
AccessTime Read-write property Holds last access time for the file or directory.
AdditionalName Read-write property Holds additional name specified by the server.
Extra1 Read-write property Extra property for unknown data.
Extra2 Read-write property Extra property for unknown data.
Extra3 Read-write property Extra property for unknown data.
FullLine Read-only property Holds full line for the item.
Group Read-write property Holds file or directory group.
ModificationTime Read-write property Holds last modification time for the file or directory.
Name Read-write property Holds name of the file or directory.
Owner Read-write property Holds file or directory owner.
Permissions Read-write property Holds file or directory permissions.
Selected Read-write property Determines if item is selected.
Size Read-write property Holds size of the file or directory (lower 32 bits).
SizeHi Read-write property Holds size of the file or directory, higher 32 bits.
Tag Read-write property Tag for miscellaneous use.
Type Read-write property Holds item type.
UnicodeName Read-write property Holds UTF8 encoded name of the file or directory.
Visible Read-write property Determines if item is visible.