mirror of
https://github.com/tiennm99/godot.git
synced 2026-06-20 05:43:56 +00:00
d46e411b44
`OS.shell_open()` will pass on the path directly to the OS' shell handler (which can handle file paths or URLs). It can't handle Godot-specific paths, so these need to be converted with `ProjectSettings.globalize_path()` first.