Hi all,
How to check if a unused file exist and erase it?
pseudo code:
--------------
if fileExit("c:\temp.txt")
erase c:\temp.txt
endif
How to do this in Blitz3d Code?
Thanks in advance.
Sammy
:)
How to check if a unused file exist and erase it?
pseudo code:
--------------
if fileExit("c:\temp.txt")
erase c:\temp.txt
endif
How to do this in Blitz3d Code?
Thanks in advance.
Sammy
:)