scummvm/backends/fs/riscos
Le Philousophe fdd11d0714 BACKENDS: FS: Implement atomic file write for stdio stream backend
This implementation creates a temporary file (suffixed with .tmp) and
renames it to the expected file name when the file is closed.
If the renaming fails, the destination file is removed and renaming is
tried again to handle cases where renaming over an existing file is not
supported by the underlying OS.
2024-10-15 22:45:50 +02:00
..
riscos-fs-factory.cpp
riscos-fs-factory.h
riscos-fs.cpp BACKENDS: FS: Implement atomic file write for stdio stream backend 2024-10-15 22:45:50 +02:00
riscos-fs.h