Win32 move default user folder location to AppData
This commit is contained in:
parent
fb13bfe693
commit
29bb82cb8e
2 changed files with 24 additions and 0 deletions
|
@ -154,6 +154,7 @@ std::string GetBundleDirectory();
|
|||
|
||||
#ifdef _WIN32
|
||||
std::string& GetExeDirectory();
|
||||
std::string& AppDataLocalDirectory();
|
||||
#endif
|
||||
|
||||
size_t WriteStringToFile(bool text_file, const std::string& str, const char* filename);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue