have more code

This commit is contained in:
Arisotura
2021-10-02 03:14:04 +02:00
parent ae2cbf9ed1
commit f64d0ba320
2 changed files with 171 additions and 14 deletions

View File

@ -49,8 +49,9 @@ private:
void LoadIndex();
void SaveIndex();
bool ExportFile(std::string path, std::string out);
void ExportChanges(std::string sourcedir);
bool ExportFile(std::string path, std::string out, std::filesystem::file_time_type& modtime);
void ExportDirectory(std::string path, std::string outbase, int level);
void ExportChanges(std::string outbase);
bool CanFitFile(u32 len);
bool DeleteDirectory(std::string path, int level);