mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-02 21:11:25 +12:00
Wipe clean VSH's temporary directory of choice at boot
This commit is contained in:
parent
285322982f
commit
1088375b38
7 changed files with 15 additions and 6 deletions
|
@ -648,7 +648,7 @@ namespace fs
|
|||
};
|
||||
|
||||
// Delete directory and all its contents recursively
|
||||
bool remove_all(const std::string& path, bool remove_root = true);
|
||||
bool remove_all(const std::string& path, bool remove_root = true, bool is_no_dir_ok = false);
|
||||
|
||||
// Get size of all files recursively
|
||||
u64 get_dir_size(const std::string& path, u64 rounding_alignment = 1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue