FileSystemEntryInfoIsMountPoint Property |
The instance is a mount point. Applicable to local directories and local volumes.
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public bool IsMountPoint { get; }
Public ReadOnly Property IsMountPoint As Boolean
Get
public:
property bool IsMountPoint {
bool get ();
}
member IsMountPoint : bool with get
Property Value
Type:
BooleanSee Also