summaryrefslogtreecommitdiffstats
path: root/src/common/fs/fs.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* add std::error_code for std::filesystem exceptionsSquall-Leonhart2023-09-141-6/+9
* android: Fix size check for content urisCharles Lombardo2023-06-271-0/+6
* vfs_real: misc optimizationsLiam2023-06-161-4/+4
* android: fs: Fix Exists / IsFile for SAF.bunnei2023-06-161-0/+27
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* common: fs: Amend IsFile check in FileOpen / (Write/Append)StringToFileMorph2021-06-221-2/+3
* common: fs: Use the normal directory iterator in *Recursively functionsMorph2021-06-121-2/+16
* common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)Morph2021-05-261-0/+610