Hello. I want to remove a directory using common c++. When there are files in the directory, it does not get removed.
So I have to remove the files first.
How do you remove all the files and the directory?
Please help.
Thank you.
Log in to post a comment.
Hello.
I want to remove a directory using common c++.
When there are files in the directory, it does not get removed.
So I have to remove the files first.
How do you remove all the files and the directory?
Please help.
Thank you.