OSSingleton.shellOpen

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.

struct OSSingleton
@nogc nothrow
GodotError
shellOpen
(
StringArg0
)
(
in StringArg0 uri
)

Meta