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.

Этот класс статический.

Этот класс представлен как только для чтения статический массив.

Статические свойства
Count   Returns the number of CDRom drives detected.

Examples

' print available cdrom drives

DIM i AS Integer

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