implement save as, save version and file existence check on save

This commit is contained in:
2017-11-05 13:15:41 +00:00
parent b42fbb197a
commit 87df30ff41
5 changed files with 160 additions and 24 deletions

View File

@@ -8,6 +8,7 @@ public:
AAsset* m_asset = nullptr;
#endif
static std::vector<std::string> list_files(std::string folder, bool is_asset, const std::string& filter_regex);
static bool exist(std::string path, bool is_asset);
static bool delete_file(const std::string& path);
std::string m_current_path;