Create fio wrapper for rename file
This commit is contained in:
@@ -22,6 +22,7 @@ std::string FioFindFullPath(Subdirectory subdir, const std::string &filename);
|
||||
std::string FioGetDirectory(Searchpath sp, Subdirectory subdir);
|
||||
std::string FioFindDirectory(Subdirectory subdir);
|
||||
void FioCreateDirectory(const std::string &name);
|
||||
void FioRenameFile(const std::string &oldname, const std::string &newname);
|
||||
|
||||
const char *FiosGetScreenshotDir();
|
||||
|
||||
|
Reference in New Issue
Block a user