Syntax:=DriveTotalBytes(Index)
Description:Returns the total bytes available on the specified drive.
Index : Drive letter or number.
Example: Determine the total number of bytes on drive C.=DriveTotalBytes("C")