PowerTCP FTP for .NET
Type Field



Gets type of entry (File, Directory, Link, Unknown).
Syntax
Public Type As EntryType
Dim instance As ListEntry
Dim value As EntryType
 
value = instance.Type
 
instance.Type = value
public EntryType Type
public:
EntryType Type

Field Value

One of the EntryType values.
Remarks

The Type of Listing will either be EntryType.File, EntryType.Directory, EntryType.Link or EntryType.Unknown. If the Type is EntryType.Link, Source will contain the link name and Destination will contain the file the link is pointing to.

See Also

Reference

ListEntry Class
ListEntry Members


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