summaryrefslogtreecommitdiffstats
path: root/src/common/fs/file.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-06common: fs: file: Revert Flush to its previous behavior and add CommitMorph1-2/+24
2021-07-06common: fs: file: Flush the file in GetSizeMorph1-0/+3
2021-06-22common: fs: Amend IsFile check in FileOpen / (Write/Append)StringToFileMorph1-2/+2
2021-06-16common: fs: file: Remove redundant call to WriteStringToFileMorph1-4/+0
2021-06-13common: fs: file: Flush the file to the disk when Flush() is calledMorph1-1/+5
2021-05-26common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)Morph1-0/+392