CD-ROM 드라이브 찾기 DarkKaiser, 2007년 6월 13일2023년 9월 2일 function OnFirstUIBefore( ) <-- 에 아래 내용을 입력해 보세요. STRING svString; NUMBER nResult; LIST listID; begin // Create a list to hold the removable drive names. listID = ListCreate (STRINGLIST); // Get cdrom drives with at least 0 bytes free. if (GetValidDrivesList (listID, CDROM_DRIVE, 0) < 0) then // Report Continue Reading