Microsoft Scripting Runtime
IFileSystem3 Object / GetDriveName Method
In This Topic
    GetDriveName Method
    In This Topic
    Description
    Returns a string containing the name of the drive for a specified path.
    Syntax
    Visual Basic
    Public Function GetDriveName( _
       ByVal Path As String _
    ) As String
    Parameters
    Path
    See Also