summaryrefslogtreecommitdiff
path: root/core/io/dir_access.cpp
AgeCommit message (Expand)Author
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