Merge pull request #7524 from neikeq/pr-dir-getcurdrive

Directory: Bind get_current_drive() method
This commit is contained in:
Rémi Verschelde
2017-01-14 17:22:06 +01:00
committed by GitHub
2 changed files with 7 additions and 1 deletions

View File

@@ -464,6 +464,7 @@ public:
int get_drive_count();
String get_drive(int p_drive);
int get_current_drive();
Error change_dir(String p_dir); ///< can be relative or absolute, return false on success
String get_current_dir(); ///< return current dir location