mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 15:21:56 -05:00
Replace File/Directory with FileAccess/DirAccess
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user