Hello,


I want to determine if a tiff file does exist 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

Reply via email to