Re: Launching files/urls
- Posted by ghaberek (admin) Sep 12, 2016
- 1375 views
irv said...
Thanks. It seems like system("explorer " & uri) will work.
That feels a bit hacky to me. Doesn't pass the smell test. ShellExecute would be the correct method.
I provided a complete wrapper in my startw example: http://openeuphoria.org/forum/m/125333.wc
-Greg