Microsoft Scripting Runtime
IFileSystem3 Object / GetDrive Method
In This Topic
    GetDrive Method
    In This Topic
    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