Constructors: NewDriveInfo |
Initializes a new DriveInfo object used to inspect a drives information.
Public Function NewDriveInfo( ByRef Name As String ) As DriveInfo
Use this class to obtain information on drives. The drive name must be either an uppercase or lowercase letter from a' to 'z'. You cannot use this method to obtain information on drive names that are null or use UNC (\\server\share) paths.