I need to delete everything in my temporary folder. I know I can use filesystem::remove_all
and filesystem::remove_all_dir
but that would mean the program will also delete the temp folder itself which is not what I want of course. I couldn't find an answer for this that was C++ so if you guys could help, that'd be nice.
Thanks!