Home > comp > gb.sdl.sound > cdroms 
  [3.0]
 fr de es it nl pl pt pt_BR mk sq ca hu tr ar fa vi ko ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Refresh  Search  Administration  
Documentation
History
 
CDRoms (gb.sdl.sound)
This class is useful if you want to know the name of CDROM drives detected. CDRom class use returned name for managing them.

Examples

' print available cdrom drives

DIM i AS Integer

FOR i=1 TO CDRoms.Count
  PRINT CDRoms[i]
NEXT

Symbols
This class is static.
This class acts like a read-only array.

Static properties 
Count