FileSystemEntryInfoIsSymbolicLink Property |
Gets a value indicating whether this instance is a symbolic link.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public bool IsSymbolicLink { get; }
Public ReadOnly Property IsSymbolicLink As Boolean
Get
public:
property bool IsSymbolicLink {
bool get ();
}
member IsSymbolicLink : bool with get
Property Value
Type:
Boolean if this instance is a symbolic link; otherwise,
.
See Also