summaryrefslogtreecommitdiffstats
path: root/src/common/fs/file.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* common: fs: file: Revert Flush to its previous behavior and add CommitMorph2021-07-061-2/+24
* common: fs: file: Flush the file in GetSizeMorph2021-07-061-0/+3
* common: fs: Amend IsFile check in FileOpen / (Write/Append)StringToFileMorph2021-06-221-2/+2
* Merge pull request #6460 from Morph1984/fs-access-log-fixMorph2021-06-161-4/+0
|\
| * common: fs: file: Remove redundant call to WriteStringToFileMorph2021-06-161-4/+0
* | common: fs: file: Flush the file to the disk when Flush() is calledMorph2021-06-131-1/+5
|/
* common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)Morph2021-05-261-0/+392