Re: deleting files and accessing directory tree
- Posted by euphoric (admin) Oct 19, 2008
- 1063 views
robsteele said...
hey, i feel like an idiot for asking, but i'm trying to delete files from within my Eu code on win. i can't find a way of doing this. So I figure there is some low level way of achieving this, since i can't get it done using system() or system_exec(). Thanks.
On Windows, I just did this and it worked:
system("del logfile.txt",2)