spewn
Programmer
- May 7, 2001
- 1,034
i'm currently using this to delete file(s):
unlink "file.txt";
is there a better/correct way to delete a file?
also, i want to clear the contents (all files) of a directory...
any ideas?
- g
unlink "file.txt";
is there a better/correct way to delete a file?
also, i want to clear the contents (all files) of a directory...
any ideas?
- g