|
|||||||||||||||||||||||||||||
|
|
The first function will search your drives and return the drive letter of the drive with the name specified. Use like this... mydrive = findDriveNamed("MyCD")If no drive is found it returns "" The second function returns a lit of all the CD drives on a system. Call like this... CDdrives = findCDDrives()
|
|
|