fileexists() command?
Posted: Thu Apr 01, 2004 9:06 pm
fileexists() command would be great it would also be quite useful
i pretty sure it not in there (yet)
i pretty sure it not in there (yet)
http://www.purebasic.com
https://www.purebasic.fr/english/
Code: Select all
If FileSize(Filename$) = -1
Debug "File not found"
EndIf