PowerTCP FTP for .NET
Destination Field



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.
Syntax
Public Destination As String
Dim instance As ListEntry
Dim value As String
 
value = instance.Destination
 
instance.Destination = value
public string Destination
public:
String^ Destination

Field Value

A string representing the actual location to which a link is pointing.
Remarks

UNIX links act as shortcuts to other files. For example, if there is a link named "MyLink" pointing to a file called "MyFile.txt", the ListEntry.Name property will be "MyLink". To get the actual file, you would have to access ListEntry.Destination, which would contain "MyFile.txt".

This property will only have a value if the Listing.Format is UNIX and the ListEntry.Type is Link.

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