 Object Menu
|

| RootFolder |
| Type | Read-Only |
| Return Value Type | String |
| Usage | object.RootFolder(Drive) |
| Description | Determines the root folder of the drive. |
| Example | Code: drivename=''c:\'' Set fso = CreateObject(''Scripting.FileSystemObject'') set maindrive=fso.GetDrive(drivename) response.write maindrive.RootFolderResult: C:\ |
|