summaryrefslogtreecommitdiffstats
path: root/core/io/dir_access.h
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
* Enforce template syntax `typename` over `class`Thaddeus Crews2024-03-071-2/+2
* Add const lvalue ref to core/* container parametersMuller-Castro2024-02-141-7/+7
* Add method to check if filesystem is case sensitive.bruvzg2023-10-091-0/+2
* Support long path in file access on windowsSamuele Panzeri2023-05-051-1/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Make some File/Dir methods privatekobewi2022-09-271-2/+2
* Introduce more static methods to directory APIkobewi2022-09-201-0/+13
* Replace File/Directory with FileAccess/DirAccesskobewi2022-09-191-0/+20
* Additional fixes to the Android `get_current_dir()` implementation.Fredia Huya-Kouadio2022-08-301-1/+1
* Various converter enhancements and bugfixesRafał Mikrut2022-08-031-0/+2
* Add full support for Android scoped storage.Fredia Huya-Kouadio2022-07-051-0/+1
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-31/+10
* Fix crash when exporting projects with shared librariesHaoyu Qiu2022-03-231-0/+4
* Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaksRémi Verschelde2022-03-111-1/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-0/+147