_openbrowserhttpP
Try to open a local file. The user must agree this action (a popup will be displayed on his screen).
Prototype :
fun [P] P
- P : a read reference file
Return : P the same refrence or can return nil if error
Error :
- EOK if no error.
- EARGNIL if the _url_ is nil.
- ESTRING if the _url_ is too long.
- ETHREAD if a system error occurs when the thread is created. More informations
could be found in the log file if it is activated with the debug mode level :
"StartHTTP error : _number_error_"
See also :
_openbrowserhttp
Example :