 Object Menu
|

| FreeSpace |
| Type | Read-Only |
| Return Value Type | Numerical |
| Usage | object.FreeSpace(Drive) |
| Description | Returns the amount of free space available on the drive. |
| Example | Code: drivename=''c:\'' Set fso = CreateObject(''Scripting.FileSystemObject'') set maindrive=fso.GetDrive(drivename) response.write maindrive.FreeSpaceResult: 3433343789 |
|