Microsoft Scripting Runtime
IFileSystem3 Object / GetDrive Method
Sample Template
GetDrive Method
Description
Returns a Drive object corresponding to the drive in a specified path.
Syntax
Visual Basic
Public Function GetDrive( _
   ByVal DriveSpec As String _
) As Drive
Parameters
DriveSpec
See Also