summaryrefslogtreecommitdiffstats
path: root/core/io/file_access.cpp
Commit message (Expand)AuthorAgeFilesLines
* File: Re-add support to skip CR (`\r`) in `File::get_as_text`Rémi Verschelde2022-08-011-2/+2
* Allows parsing of invalid UTF-16 surrogates (can be encountered in Windows fi...bruvzg2022-07-071-4/+1
* Narrow FileAccess scope to prevent deadlocks.bruvzg2022-04-121-1/+1
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-34/+24
* String: Add contains().Anilforextra2022-02-041-1/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-2/+2
* Tests: Improve coverage for `File::get_csv_line()`Rémi Verschelde2021-08-041-18/+19
* Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-0/+676