PowerTCP FTP for .NET
EntryType Enumeration



Enumerates entry type, indicating a file, directory, symbolic link or an unknown type (if Listing.Format is Unknown).
Syntax
Public Enum EntryType 
   Inherits System.Enum
Dim instance As EntryType
public enum EntryType : System.Enum 
public enum class EntryType : public System.Enum 
Members
MemberDescription
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.
Remarks

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.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dart.Ftp.EntryType

See Also

Reference

Dart.Ftp Namespace


PowerTCP FTP for .NET Documentation Version 6.1
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic