John
Fri Aug 29 10:13:34 CDT 2003
I assume that fs is a properly created and instantiated
FSO object. In any case, I don't believe FSO recognizes
HTTP. You would need to access using
the "\\server\filename" syntax and that requires
permissions on the remote server.
There may be a way to do it using one of the TCP/IP
Protocols. I don't know.
HTH,
John
>-----Original Message-----
>Hello,
>
>Can anyone tell me if its possible to check to see if a
remote (text) file
>exists, I'm currently using
>
>If (fs.FileExists("
http://www.example.com/myfile.txt"))
=true Then
>
>but this doesn't work
>
>Any ideas?
>
>Thanks in adance
>
>Gram.
>
>
>.
>