I'm writing a utility with VB.NET that pushes out new files to several locations. I'm reading in all of the locations from an INI file, but sometimes the computer might be turned off for one of my target locations. How can I check to see if the target (ie. target1=\\computer1\targetdirectory\) is reachable before copying the file? I can't seem to find a Path.Exists method or anything similar. Maybe I'm just missing it.