summaryrefslogtreecommitdiffstats
path: root/core/io/file_access.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Improve coverage for `File::get_csv_line()`Rémi Verschelde2021-08-041-18/+19
| | | | | | | Adds a few more complex edge cases which are supported. Also adds some documentation, simplifies the code a bit and forbids using double quotes as a delimiter.
* Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-0/+676
File handling APIs are typically considered part of I/O, and we did have most `FileAccess` implementations in `core/io` already.