std::time_t GetFileLastModifiedTime(std::string const &path)
void CreateFolder(const char *path)
Path must be UTF-8 encoded.
std::string GetExecutablePath()
Returns UTF-8 path or empty string on error.
std::string GetUserHomeDirectory()
Returns UTF-8 path or empty string on error.
void OpenUrlInDefaultBrowser(std::string const &url)
bool FolderExists(const char *path)
Path must be UTF-8 encoded.
std::string GetParentDirectory(const char *src_buff)
Returns UTF-8 path without trailing slash.
std::string PathCombine(std::string a, std::string b)
bool FileExists(const char *path)
Path must be UTF-8 encoded.