Tutorial-Web Home > The FileSystem Object > The Drive Object

Object Menu

Drive
AvailableSpace
DriveLetter
DriveType
FileSystem
FreeSpace
IsReady
Path
RootFolder
SerialNumber
ShareName
TotalSize
VolumeName
File
Folder
FileSystem
TextStream

 


 
TotalSize
TypeRead-Only
Return Value TypeNumerical
Usageobject.TotalSize(Drive)
DescriptionDetermines the total amount of bytes on the drive.
ExampleCode:
drivename=''c:\''
Set fso = CreateObject(''Scripting.FileSystemObject'')
set maindrive=fso.GetDrive(drivename)
response.write maindrive.TotalSize

Result:
7893487653

The Bookworm
Search the Tutorial-Web library for books on any topic!
Sponsors

Search Now:
In Association with Amazon.com