i know hw t save a file and load a file but i dont know hw to delete a file
how would i delete a specific file?
Printable View
i know hw t save a file and load a file but i dont know hw to delete a file
how would i delete a specific file?
I believe you use the kill command like this.
Kill "c:\YourFolder\SomeFile.txt"
HTH
Bare in mind that in order for Kill to work, the file can not be open at the time you wish to delete it.
yeah thanks