summaryrefslogtreecommitdiff
path: root/core/io/dir_access.cpp
AgeCommit message (Expand)Author
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-10-19Fix exporting big templatesRafał Mikrut
2022-09-22Fix crash when listing files in nonexistent directoryJummit
2022-09-20Introduce more static methods to directory APIkobewi
2022-09-19Replace File/Directory with FileAccess/DirAccesskobewi
2022-08-29Rename String `plus_file` to `path_join`Aaron Franke
2022-07-21Address slow copy performance when using the `FileAccessFilesystemJAndroid` i...Fredia Huya-Kouadio
2022-07-05Add full support for Android scoped storage.Fredia Huya-Kouadio
2022-04-12Narrow FileAccess scope to prevent deadlocks.bruvzg
2022-04-11Make FileAccess and DirAccess classes reference counted.bruvzg
2022-03-12Merge pull request #58772 from keptsecret/fix_filedialog_user_data_accessRémi Verschelde
2022-03-11Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaksRémi Verschelde
2022-03-09fixed unable to change directory in user access modekeptsecret
2022-02-04String: Add contains().Anilforextra
2022-01-24[Windows] Add support for handling network share paths.bruvzg
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
2021-08-29Rename String::is_rel_path to String::is_relative_pathWilson E. Alvarez
2021-07-25Use const references where possible for List range iteratorsRémi Verschelde
2021-07-23Use C++ iterators for Lists in many situationsAaron Franke
2021-06-11Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde