Good cross-platform way to delete a directory?

I was looking for a good way to delete directories and realized that you’ve made great changes to removeDirectory in 3.17.2 (I’m still using 3.16). I just tested on Windows, and it works great! I’ll test on iOS later, and Mac when I have the chance.

Thanks for all your work!

Yeah it should work for you. If your needs become advanced boost can help and also c++ 17 has a new file system API.

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.