Am 20.11.2009 22:23, schrieb Paxton Sanders: > One of the things my application does is create an HTML file. I want to > automatically open that file when it's generated. I call the shell execute > function in Windows. What's the Mac way?
There is a FLTK-way, the function fl_open_uri() works for Windows, Linux and Mac. For details you could look to FLTK Function Reference and i.e. Wikepedia for "uri" details. _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

