Requests the OS to open a resource with the most appropriate program. For example.
OS.shell_open("C:\\Users\name\Downloads") on Windows opens the file explorer at the downloads folders of the user.
OS.shell_open("http://godotengine.org") opens the default web browser on the official Godot website.
Requests the OS to open a resource with the most appropriate program. For example. OS.shell_open("C:\\Users\name\Downloads") on Windows opens the file explorer at the downloads folders of the user. OS.shell_open("http://godotengine.org") opens the default web browser on the official Godot website.