summaryrefslogtreecommitdiffstats
path: root/core/bind/core_bind.h
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2020-03-04 13:19:55 +0100
committerGitHub <noreply@github.com>2020-03-04 13:19:55 +0100
commitf83f1d7c9b299f21f818e0ea28c27345f65bde4b (patch)
tree6142421a00cd01011e7bd433953f4800d381e3c6 /core/bind/core_bind.h
parent2856740e6b238576273a321a125e9d92b687fdb2 (diff)
parentaee586553a4be72b72b669fb489fae72337ab7ad (diff)
downloadredot-engine-f83f1d7c9b299f21f818e0ea28c27345f65bde4b.tar.gz
Merge pull request #36069 from RandomShaper/imvu/improve_drives_ux
Improve UX of drive letters
Diffstat (limited to 'core/bind/core_bind.h')
-rw-r--r--core/bind/core_bind.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/bind/core_bind.h b/core/bind/core_bind.h
index ae7c3d02fd..e7850de744 100644
--- a/core/bind/core_bind.h
+++ b/core/bind/core_bind.h
@@ -572,7 +572,7 @@ public:
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.
+ String get_current_dir(bool p_include_drive = true); // Return current dir location.
Error make_dir(String p_dir);
Error make_dir_recursive(String p_dir);