check if file or URL exists

JamesBurley

New member
Joined
May 10, 2004
Messages
2
Hello all,

I would like to verify if a file exists at a particular URL. An example Intranet URL is "http://suchandsuch.blah.com/reports/test/051004.csv"

I would like to verify if the 051004.csv file exists before continuing with my code.

I am using VB.Net 2002 Pro.

Thank you,

JB
 
JamesBurley said:
Hello all,

I would like to verify if a file exists at a particular URL. An example Intranet URL is "http://suchandsuch.blah.com/reports/test/051004.csv"

I would like to verify if the 051004.csv file exists before continuing with my code.

I am using VB.Net 2002 Pro.

Thank you,

JB

I think you need the webrequest class
 
Back
Top