Additional fixes to the Android get_current_dir() implementation.

(cherry picked from commit 9910d4681d)
This commit is contained in:
Fredia Huya-Kouadio 2022-08-30 08:47:50 -07:00 committed by Rémi Verschelde
parent 8219a72574
commit e1e03297f1
3 changed files with 17 additions and 4 deletions

View file

@ -54,7 +54,7 @@ private:
protected:
String _get_root_path() const;
String _get_root_string() const;
virtual String _get_root_string() const;
AccessType get_access_type() const;
String fix_path(String p_path) const;