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!