Or you can do this

dim s$
Inet1.Execute Inet1.URL, "DIR myFilename.txt"
s$ = inet1.GetChunk(1024)


You can then check if your filename exists on the string passed returned by Getchuck method. this can only check if the file exists. hope this help