Cross platform web browser launch?

Started by oofoe, July 10, 2016, 09:49:24 PM

Previous topic - Next topic

oofoe

Hi!



Is there anything like the Python webbrowser library to launch a file in the system specific web browser?



I'm currently using (! (string "explorer.exe " pfile) 0)
where pfile is something like "c:\temp\card-preview.html", but this is very specifically Windows...



Thanks!
Testing can show the presence of bugs, but not their absence.