Dart.Ftp Namespace : EntryType Enumeration |
Public Enum EntryType Inherits System.Enum
Dim instance As EntryType
public enum EntryType : System.Enum
public enum class EntryType : public System.Enum
Member | Description |
---|---|
Directory | Indicates ListEntry represents a directory. |
File | Indicates ListEntry represents a file. |
Link | Indicates ListEntry represents a symbolic link. |
Unknown | Indicates ListEntry could not be parsed. |
This enumeration is used by ListEntry.Type. It is useful for detecting whether a list entry is a file, directory or symbolic link. For example, when populating a ListBox with a retrieved listing, a folder icon may be displayed if the ListEntry represents a Directory, and a file icon if the ListEntry represents a file.
System.Object
System.ValueType
System.Enum
Dart.Ftp.EntryType