Click or drag to resize
FileSystemEntryInfoIsSymbolicLink Property
Gets a value indicating whether this instance is a symbolic link.

Namespace: Alphaleonis.Win32.Filesystem
Assembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
public bool IsSymbolicLink { get; }

Property Value

Type: Boolean
if this instance is a symbolic link; otherwise, .
See Also