Object: | FileManager |
Syntax: | GetDrive ([in] DriveSpec) |
Returns: | A drive object corresponding to the drive in the DriveSpec argument |
Description: | This method returns a drive object corresponding to the drive in the DriveSpec argument. The DriveSpec argument can be a drive letter (c), a drive letter with a colon appended (c:), a drive letter with a colon and path separator appended (c:\), or any network share specification (\\computer2\share1). |