How can I delete a folder using C++?
If no cross-platform way exists, then how to do it for the most-popular OSes - Windows, Linux, Mac, iOS, Android? Would a POSIX
The directory should be empty.
BOOL RemoveDirectory( LPCTSTR lpPathName );