external applications.
Parameters
uri | URI to open (e.g., "http://...", "file://...", "mailto:...") |
msgBuffer | Optional buffer to receive error message |
Returns
true on success, false on failure.
Example:
// Opens a URL in the default browser (not run in tests)
// openUri("http://www.fltk.org");