Implement and expose OS::shell_show_in_file_manager()
This commit is contained in:
@@ -163,6 +163,7 @@ public:
|
||||
virtual void vibrate_handheld(int p_duration_ms = 500) {}
|
||||
|
||||
virtual Error shell_open(String p_uri);
|
||||
virtual Error shell_show_in_file_manager(String p_path, bool p_open_folder = true);
|
||||
virtual Error set_cwd(const String &p_cwd);
|
||||
|
||||
virtual bool has_environment(const String &p_var) const = 0;
|
||||
|
||||
Reference in New Issue
Block a user