take care of the damn directory delete, I guess

This commit is contained in:
Arisotura
2021-10-05 22:37:29 +02:00
parent a25b4549a2
commit cca42bf5e7
2 changed files with 70 additions and 10 deletions

View File

@ -51,6 +51,7 @@ private:
bool ExportFile(std::string path, std::string out, std::filesystem::file_time_type& modtime);
void ExportDirectory(std::string path, std::string outbase, int level);
bool DeleteHostDirectory(std::string path, std::string outbase, int level);
void ExportChanges(std::string outbase);
bool CanFitFile(u32 len);