It is possible to run URL or path with external program from Haxe?
Something like a Process.Start("C:\") in C# will be opened drive C in file windows explorer (or Process.Start("/home/user/Desktop") will open Caja with this path in Linux Mint), or somethink like a package "Open" in NodeJS (it will do the same).
Or I need to open some text file with text editor, what selected in system by default. Or when I try to run URL, then must be opened default web-browser with this address.