Property | Type | Description | |
---|---|---|---|
DefineDosDevice | bool | ||
IsDefined | bool | ||
Next | |||
QueryDosDevice | int | ||
SubstituteDrive | System |
Method | Description | |
---|---|---|
Dispose ( ) : void |
Remove the drive substitution.
|
Method | Description | |
---|---|---|
DefineDosDevice ( [ dwFlags, [ lpDeviceName, [ lpTargetPath ) : bool | ||
IsDefined ( char driveLetter ) : bool | ||
Next ( string targetPath ) : |
Gets a SubstitutionDrve for the next available drive letter.
|
|
QueryDosDevice ( [ lpDeviceName, [ lpTargetPath, [ ucchMax ) : int | ||
SubstituteDrive ( char driveLetter, string targetPath ) : System |
Creates a new drive substitution.
|