SmileBASIC コミュニティトピックScientist Speedy11012016/11/30 08:18:05質問Files and junkHow can I detect if a file is available and end a program if it's not? Wish I could use C++.4そうだね 2返信プレイ済み2017/11/04 04:42:04に取得
SmileBASIC コミュニティ返信[1]親投稿Oscar PwnageBlock2016/11/30 8:55Easy! Just use CHKFILE("[FILETYPE:]PRGNAME"). It returns TRUE if the file exists, FALSE otherwise. Specifying the file type is optional, hence why it's in brackets. The file type can be either TXT or DAT. (DAT includes graphic files.)2そうだね プレイ済み2017/11/04 04:42:04に取得