android save picker, create dir api wip

This commit is contained in:
2019-09-14 11:24:50 +02:00
parent 729c73eef2
commit 6f6be42a01
7 changed files with 64 additions and 12 deletions

View File

@@ -12,6 +12,7 @@ public:
static bool delete_file(const std::string& path);
static std::string absolute(const std::string& path);
static bool is_asset(const std::string& path);
static bool create_dir(const std::string& path);
std::string m_current_path;
FILE* m_fp = nullptr;
int m_len = 0;