P Poppy Jun 28, 2004 #1 Is there anyway in .net to find out if a file exists using its URL as opposed to its physical path ?
P Patrice Jun 28, 2004 #2 You could use the WebClient class (see System.Net.WebClient) to issue a GET request on the distant file.. (Of course, if it's a local file, it's much better to use its physical path) Patrice
You could use the WebClient class (see System.Net.WebClient) to issue a GET request on the distant file.. (Of course, if it's a local file, it's much better to use its physical path) Patrice