summaryrefslogtreecommitdiff
path: root/src/common/fs/file.cpp
AgeCommit message (Expand)Author
2021-07-06common: fs: file: Revert Flush to its previous behavior and add CommitMorph
2021-07-06common: fs: file: Flush the file in GetSizeMorph
2021-06-22common: fs: Amend IsFile check in FileOpen / (Write/Append)StringToFileMorph
2021-06-16Merge pull request #6460 from Morph1984/fs-access-log-fixMorph
2021-06-16common: fs: file: Remove redundant call to WriteStringToFileMorph
2021-06-13common: fs: file: Flush the file to the disk when Flush() is calledMorph
2021-05-25common: fs: Rework the Common Filesystem interface to make use of std::filesy...Morph