Function OSSingleton.shellOpen
Requests the OS to open a resource with the most appropriate program. For example:
- OS
on Windows opens the file explorer at the user's Downloads folder.
- OS
opens the default web browser on the official Godot website.
- OS
opens the default email client with the "To" field set to example@example
. See url=https://blog.escapecreative.com/customizing-mailto-links/
Customizing mailto:
Links/url
for a list of fields that can be added.
Note: This method is implemented on Android, iOS, HTML5, Linux, macOS and Windows.