summaryrefslogtreecommitdiffstats
path: root/core/io/file_access.h
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
* [FileAccess] Implement `resize` method.bruvzg2024-04-121-0/+1
* Implement `OS.execute_with_pipe` method to run process with redirected stdio.bruvzg2024-03-271-0/+1
* Enforce template syntax `typename` over `class`Thaddeus Crews2024-03-071-2/+2
* Error handling for `FileAccess.get_file_as_*`Paul Joannon2023-10-111-2/+2
* [FileAccess] Add methods to get/set "hidden" and "read-only" attributes on ma...bruvzg2023-08-081-4/+30
* Support long path in file access on windowsSamuele Panzeri2023-05-051-1/+1
* Expose brotli decompression to the scripting API.bruvzg2023-03-291-1/+2
* Restore FileAccess.close method.bruvzg2023-02-161-0/+2
* [GDExtension] Expose some low level functions and String operators.bruvzg2023-01-191-2/+2
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Use system fonts as fallback and improve system font handling.bruvzg2022-12-041-1/+4
* Make some File/Dir methods privatekobewi2022-09-271-17/+17
* Replace File/Directory with FileAccess/DirAccesskobewi2022-09-191-1/+31
* Add FileAccess::get_access_type()Pedro J. Estébanez2022-08-241-0/+1
* File: Re-add support to skip CR (`\r`) in `File::get_as_text`Rémi Verschelde2022-08-011-1/+1
* Remove or make private `FileAccess` `close()` methods.bruvzg2022-04-121-1/+0
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-29/+7
* Zero initialize all pointer class and struct membersRémi Verschelde2022-04-041-1/+1
* Fix crash when exporting projects with shared librariesHaoyu Qiu2022-03-231-0/+4
* 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/+198