mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Fix issue with get_current_dir() returning the wrong path on Android
(cherry picked from commit b5e1096c61)
This commit is contained in:
parent
e237bdf37c
commit
f96f8ddfc7
2 changed files with 15 additions and 0 deletions
|
|
@ -69,6 +69,7 @@ public:
|
|||
virtual String get_drive(int p_drive) override;
|
||||
|
||||
virtual Error change_dir(String p_dir) override; ///< can be relative or absolute, return false on success
|
||||
virtual String get_current_dir() override; ///< return current dir location
|
||||
|
||||
virtual bool file_exists(String p_file) override;
|
||||
virtual bool dir_exists(String p_dir) override;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue