- Joined
- Sep 7, 2001
- Location
- CT/Poland
how do i delete files in C++?
do i do this:
remove ("C:\\test.txt");
but when i do that, it will not delete the file. I dont get any errors but it just doesnt delete the file.
p.s. there is more to the program, this is just a snippet.
thanks,
Adam
do i do this:
remove ("C:\\test.txt");
but when i do that, it will not delete the file. I dont get any errors but it just doesnt delete the file.
p.s. there is more to the program, this is just a snippet.
thanks,
Adam