summaryrefslogtreecommitdiffstats
path: root/core/io/dir_access.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3efSpartan3222024-11-191-2/+2
|\
| * Use `(r)find_char` instead of `(r)find` for single charactersA Thousand Ships2024-11-171-2/+2
* | Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122Spartan3222024-11-021-8/+8
|\|
| * [Core] Improve error messages with `vformat`A Thousand Ships2024-10-301-8/+8
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Merge pull request #90069 from KoBeWi/file_suicide_prevention_measuresRémi Verschelde2024-06-211-0/+2
|\
| * Don't allow copying file into its own pathkobewi2024-03-311-0/+2
* | Add symlink API support for Windows, expose symlink methods.bruvzg2024-04-281-0/+4
* | [Unix / DirAccess] Fix removing directory symlinks with `remove`, ensure `era...bruvzg2024-04-121-1/+1
|/
* 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/+6
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fix exporting big templatesRafał Mikrut2022-10-191-1/+1
* Fix crash when listing files in nonexistent directoryJummit2022-09-221-0/+2
* Introduce more static methods to directory APIkobewi2022-09-201-3/+66
* Replace File/Directory with FileAccess/DirAccesskobewi2022-09-191-0/+97
* Rename String `plus_file` to `path_join`Aaron Franke2022-08-291-7/+7
* Address slow copy performance when using the `FileAccessFilesystemJAndroid` i...Fredia Huya-Kouadio2022-07-211-2/+15
* Add full support for Android scoped storage.Fredia Huya-Kouadio2022-07-051-0/+4
* Narrow FileAccess scope to prevent deadlocks.bruvzg2022-04-121-20/+22
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-38/+18
* Merge pull request #58772 from keptsecret/fix_filedialog_user_data_accessRémi Verschelde2022-03-121-0/+8
|\
| * fixed unable to change directory in user access modekeptsecret2022-03-091-0/+8
* | Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaksRémi Verschelde2022-03-111-4/+2
|/
* String: Add contains().Anilforextra2022-02-041-1/+1
* [Windows] Add support for handling network share paths.bruvzg2022-01-241-2/+6
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-4/+4
* Rename String::is_rel_path to String::is_relative_pathWilson E. Alvarez2021-08-291-2/+2
* Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-3/+3
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-9/+8
* Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-0/+418