Hello,
I want to determine if a tiff file exists on a url location. The File Class is no good because the path can't be a url. only "c:\\MyDir\\MyFile.txt" or "\\\\MyServer\\MyShare" path = "http://www.serverName.com/folder/aaa.tiff"; lbl_ans.Text = File.Exists(path).ToString(); Any idea? Thanks, Lior =================================== This list is hosted by DevelopMentorĀ® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com