Gets the path this item points to if it is symlink, null otherwise.

Namespace:  Rebex.Net
Assembly:  Rebex.Ftp (in Rebex.Ftp.dll)

Syntax

Visual Basic
Public ReadOnly Property SymlinkPath As String
	Get
C#
public string SymlinkPath { get; }

Field Value

The path this item points to if it is symlink, null otherwise.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also