 Object Menu
|

| Path |
| Type | Read-Only |
| Return Value Type | String |
| Usage | object.Path(Drive) |
| Description | Returns the Drive Path |
| Example | Code: drivename=''c:\'' Set fso = CreateObject(''Scripting.FileSystemObject'') set maindrive=fso.GetDrive(drivename) response.write maindrive.PathResult: C:\ |
|
|
|