Files on network
Hello, I have a script which opens a certain file on a network address. When the computer is connected to that network, everything is ok. But when the computer is offline, I'd like the script to halt gently, instead of waiting and waiting before it understands the address is not available. Is there a function to check quickly the remote file availability or even better the network connection avai...