mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 13:31:27 +12:00
Add fs::file::set_delete
This commit is contained in:
parent
a54d9c527f
commit
0736fc8b28
3 changed files with 16 additions and 6 deletions
|
@ -361,6 +361,11 @@ namespace fs
|
|||
|
||||
// Get native handle if available
|
||||
native_handle get_handle() const;
|
||||
|
||||
#ifdef _WIN32
|
||||
// Windows-specific function
|
||||
bool set_delete(bool autodelete = true) const;
|
||||
#endif
|
||||
};
|
||||
|
||||
class dir final
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue