You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Add / to the unix shortcut drive list
Also made `get_current_drive()` to pick the longest match on Unix.
This commit is contained in:
@@ -63,6 +63,7 @@ public:
|
||||
|
||||
virtual int get_drive_count();
|
||||
virtual String get_drive(int p_drive);
|
||||
virtual int get_current_drive();
|
||||
virtual bool drives_are_shortcuts();
|
||||
|
||||
virtual Error change_dir(String p_dir); ///< can be relative or absolute, return false on success
|
||||
|
||||
Reference in New Issue
Block a user