 Object Menu
|

| TotalSize |
| Type | Read-Only |
| Return Value Type | Numerical |
| Usage | object.TotalSize(Drive) |
| Description | Determines the total amount of bytes on the drive. |
| Example | Code: drivename=''c:\'' Set fso = CreateObject(''Scripting.FileSystemObject'') set maindrive=fso.GetDrive(drivename) response.write maindrive.TotalSizeResult: 7893487653 |
|