DriveInfoIsDosDeviceSubstitute Property |
[AlphaFS] Indicates if this drive is a SUBST.EXE / DefineDosDevice drive mapping.
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public bool IsDosDeviceSubstitute { get; }
Public ReadOnly Property IsDosDeviceSubstitute As Boolean
Get
public:
property bool IsDosDeviceSubstitute {
bool get ();
}
member IsDosDeviceSubstitute : bool with get
Property Value
Type:
BooleanSee Also