Drive.TotalSize (Property)

The total space available on the disk if it were empty.

Availability:

JScript - 3.0
Internet Explorer - 4.0
Property/method value type:Number primitive
JavaScript syntax:IEmyDrive.TotalSize

This is the total space available on the drive. There appears to be some redundancy here given that we also have AvailableSpace and FreeSpace properties.

See also:Drive.AvailableSpace, Drive.FreeSpace