summaryrefslogtreecommitdiff
path: root/src/common/fs/fs.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* add std::error_code for std::filesystem exceptionsGravatar Squall-Leonhart2023-09-151-6/+9
* android: Fix size check for content urisGravatar Charles Lombardo2023-06-261-0/+6
* vfs_real: misc optimizationsGravatar Liam2023-06-161-4/+4
* android: fs: Fix Exists / IsFile for SAF.Gravatar bunnei2023-06-151-0/+27
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-231-3/+2
* common: fs: Amend IsFile check in FileOpen / (Write/Append)StringToFileGravatar Morph2021-06-221-2/+3
* common: fs: Use the normal directory iterator in *Recursively functionsGravatar Morph2021-06-121-2/+16
* common: fs: Rework the Common Filesystem interface to make use of std::filesy...Gravatar Morph2021-05-251-0/+610