How can test if UNC Path exists or not ?
The VCL's DirectoryExists() and FileExists() functions support UNC. You
might need to call the Win32 API SetErrorMode() function beforehand to
prevent any popup dialogs from the OS in case the remote machine is not
accessible.
Gambit