mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
Replace File/Directory with FileAccess/DirAccess
This commit is contained in:
@@ -234,7 +234,7 @@ ZipArchive::~ZipArchive() {
|
||||
packages.clear();
|
||||
}
|
||||
|
||||
Error FileAccessZip::_open(const String &p_path, int p_mode_flags) {
|
||||
Error FileAccessZip::open_internal(const String &p_path, int p_mode_flags) {
|
||||
_close();
|
||||
|
||||
ERR_FAIL_COND_V(p_mode_flags & FileAccess::WRITE, FAILED);
|
||||
|
||||
Reference in New Issue
Block a user