The following tables list the members exposed by ListEntry.
Public Fields
| Name | Description |
 | Destination |
Gets or sets the actual location to which a link is pointing when Listing.Format indicates a UNIX listing,
and Listing.Type is Link. Can be set by the user when parsing the Text property.
|
 | DirectoryName |
Gets the path reported for files in sub-directories. Can be set by the user when parsing the Text property.
|
 | Group |
When Listing.Format indicates a UNIX listing, gets the UNIX file group name.
Can be set by the user when parsing the Text property.
|
 | LastWriteTime |
Gets a DateTime object representing the time/date when the file was last modified.
Can be set by the user when parsing the Text property.
|
 | Length |
Gets the size of the file in bytes. Can be set by the user when parsing the Text property.
|
 | Name |
Gets or sets the file or directory name, depending on the value of the Type property.
Can be set by the user when parsing the Text property.
|
 | Owner |
When Listing.Format indicates a UNIX listing, gets the UNIX file owner name.
Can be set by the user when parsing the Text property.
|
 | Permissions |
In UNIX, gets the file permissions for a ListEntry object. Can be set by the user when parsing the Text property.
|
 | Source |
When Listing.Format indicates a UNIX listing, and ListEntry.Type is Link, gets the name of the link.
Can be set by the user when parsing the Text property.
|
 | Text |
Gets the raw list entry.
|
 | TimeStamp |
Gets the time/date the file was last modified. Can be set by the user when parsing the Text property.
|
 | Type |
Gets type of entry (File, Directory, Link, Unknown).
|
Top
Public Properties
| Name | Description |
 | FullName |
Gets the path to the file or directory.
|
Top
Public Methods
| Name | Description |
 | ToString |
Gets the raw list entry.
|
Top
See Also