T
TonyJ
Hello!
I use System.IO.File.Copy(exeFileServer,exeFileLocal);
and this exeFileServer is located on another computer node in the network
I want to catch the error by using try...catch if this node is not
accessible for some reason.
It might be down or something else
How is this done?
//Tony
I use System.IO.File.Copy(exeFileServer,exeFileLocal);
and this exeFileServer is located on another computer node in the network
I want to catch the error by using try...catch if this node is not
accessible for some reason.
It might be down or something else
How is this done?
//Tony