CSDirEntry Type
A listing in a directory returned from the server.
Remarks
The DirEntry type contains details about each entry returned after calling ListDirectory.
Fields
FileName String |
This field holds the name of the file or folder. | |||||||||||||||||||||
FileSize long |
This field holds the size of the file in bytes. This is also applicable to folders for depending on the ServiceProvider. The table below summarizes the applicability of this value on a per-provider basis:
| |||||||||||||||||||||
FileTime String |
This field holds the modified date of the file. By default the datetime format used is "yyyy-MM-dd'T'HH:mm:ss". To modify this format set DateFormat. Note: Modified times are not applicable to directories for the following providers:
| |||||||||||||||||||||
IsDir boolean |
This field specifies whether the entry is a directory. If False the entry is a file. |
Constructors
public CSDirEntry();