mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 18:11:13 +00:00
Replace File/Directory with FileAccess/DirAccess
This commit is contained in:
parent
63c0dc690e
commit
9f2dc68279
39 changed files with 502 additions and 940 deletions
|
|
@ -70,7 +70,7 @@ void FileAccessUnix::check_errors() const {
|
|||
}
|
||||
}
|
||||
|
||||
Error FileAccessUnix::_open(const String &p_path, int p_mode_flags) {
|
||||
Error FileAccessUnix::open_internal(const String &p_path, int p_mode_flags) {
|
||||
_close();
|
||||
|
||||
path_src = p_path;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue