Displaying 1 result from an estimated 1 matches for "totalnumberofbyt".
Did you mean:
totalnumberofbytes
2005 Feb 07
7
win32-driveinfo in CVS
...I committed win32-driveinfo 0.1.0 to CVS.
What is it?
===========
A class for getting information of drives
Synopsis
========
include Win32::DriveInfo
(sectorsPerCluster,
bytesPerSector,
numberOfFreeClusters,
totalNumberOfClusters,
freeBytesAvailableToCaller,
totalNumberOfBytes,
totalNumberOfFreeBytes) = getDriveSpace(''c'').to_a
totalNumberOfFreeBytes = getDriveSpace(''c'').TotalNumberOfFreeBytes
totalNumberOfBytes = getDriveSpace("\\\\serv\\share").TotalNumberOfBytes
drives = getDrivesInUse()...