DriveInfoIsDosDeviceSubstitute Property |
[AlphaFS] Indicates if this drive is a SUBST.EXE / DefineDosDevice drive mapping.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
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