GetDriveInfo Method
Gets information about the drive.
Syntax
[VB.NET] Public Sub GetDriveInfo()
[C#] public void GetDriveInfo();
Remarks
This method retrieves information about the drive specified by DriveId. To request information about the default drive, set DriveId to an empty string.
After calling this method the following properties may be queried to obtain information about the drive:
- DriveId
- DriveType
- DriveOwnerId
- DriveOwnerName
- DriveDeletedSpace
- DriveRemainingSpace
- DriveState
- DriveTotalSpace
- DriveUsedSpace