Displaying 1 result from an estimated 1 matches for "getdrivespace".
2005 Feb 07
7
win32-driveinfo in CVS
...s 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()
freelet = getFreeDriveLetters()
drivetype...