Displaying 1 result from an estimated 1 matches for "bytespersector".
Did you mean:
  bytes_per_sector
  
2005 Feb 07
7
win32-driveinfo in CVS
Hi all,
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
     totalNumbe...