Up

INETisConnected

Test if the system is physically connected to the net

Prototype :

fun [S] I

Return : I 1 if connected, 0 if not or nil if error

Error :

See also :

rflINETisConnected

Example :

fun main ()=
	_showconsole;
	_fooId INETisConnected "http://www.fsf.org/";
	0;;

Note :

This function is loaded on MS Windows system only !