Displaying 1 result from an estimated 1 matches for "acdrom".
Did you mean:
cdrom
2005 Feb 07
7
win32-driveinfo in CVS
...(volumeName,
volumeSerialNumber,
maximumComponentLength,
fileSystemName, attr) = getVolumeInfo(''g'').to_a
(majorVersion, minorVersion, buildNumber,
platformId, buildStr) = getVersionEx().to_a
# check is your CD-ROM loaded
aCDROM = getDrivesInUse().select {|x| getDriveType(x) == "CDROM" }[0]
aCD_inside = isReady(aCDROM)
Constants
=========
DriveInfo::VERSION
The current version of this package.
DriveInfo::FS_CASE_IS_PRESERVED
DriveInfo::FS_CASE_SENSITIVE
DriveInfo::FS_UNICODE_STORED_O...