Dart.Ftp Namespace > ListEntry Class : Source Field |
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.Source 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.