Merge pull request #69698 from Daylily-Zeleen/daylily-zeleen/show_in_explorer
Implement and expose OS::shell_show_in_file_manager()
This commit is contained in:
commit
76d33d187f
12 changed files with 87 additions and 15 deletions
|
|
@ -152,6 +152,7 @@ public:
|
|||
int create_instance(const Vector<String> &p_arguments);
|
||||
Error kill(int p_pid);
|
||||
Error shell_open(String p_uri);
|
||||
Error shell_show_in_file_manager(String p_path, bool p_open_folder = true);
|
||||
|
||||
bool is_process_running(int p_pid) const;
|
||||
int get_process_id() const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue