mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 05:21:25 +12:00
fs::rename fixed
Added overwriting policy sys_fs_rename improved
This commit is contained in:
parent
da3f3fd1fb
commit
010b75251f
5 changed files with 44 additions and 8 deletions
|
@ -159,7 +159,7 @@ namespace fs
|
|||
bool create_path(const std::string& path);
|
||||
|
||||
// Rename (move) file or directory
|
||||
bool rename(const std::string& from, const std::string& to);
|
||||
bool rename(const std::string& from, const std::string& to, bool overwrite);
|
||||
|
||||
// Copy file contents
|
||||
bool copy_file(const std::string& from, const std::string& to, bool overwrite);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue