Link to home
Start Free TrialLog in
Avatar of jlm151
jlm151

asked on

File.Exists Using HTTP

Hello,
I'm trying to use file exists on an xml doc that's accessible through the web. I know the file is there but it still returns false each time.

If file.exists("http://www.blah.com/blah.xml") Then
 Return True
Else
 Return False
End If

Is this possible?
ASKER CERTIFIED SOLUTION
Avatar of the_paab
the_paab

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jlm151
jlm151

ASKER

Brilliant!

That was exactly what I was looking for. Thanks!