Re: system() help
- Posted by jimcbrown (admin) Aug 15, 2008
- 1408 views
gbonvehi said...
I'm glad to hear that :) The only problem with remove_directory (WIN32) there, is that it just calls remove directory API function which doesn't delete a directory if it's not empty.
remove_directory() has that limitation on every platform.
If you want to delete a non-empty directory, use clear_directory()