You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-12 13:20:55 +00:00
Replace File/Directory with FileAccess/DirAccess
This commit is contained in:
@@ -54,7 +54,7 @@ class FileAccessUnix : public FileAccess {
|
||||
public:
|
||||
static CloseNotificationFunc close_notification_func;
|
||||
|
||||
virtual Error _open(const String &p_path, int p_mode_flags) override; ///< open a file
|
||||
virtual Error open_internal(const String &p_path, int p_mode_flags) override; ///< open a file
|
||||
virtual bool is_open() const override; ///< true when file is open
|
||||
|
||||
virtual String get_path() const override; /// returns the path for the current open file
|
||||
|
||||
Reference in New Issue
Block a user