Hi, how can i check if a web file exists? For example if www.mysite.com/myfile.exe exists then msgbox "exists". Is this going to be complicated...?
Thanks in advance
Printable View
Hi, how can i check if a web file exists? For example if www.mysite.com/myfile.exe exists then msgbox "exists". Is this going to be complicated...?
Thanks in advance
I think you will need to use the APIs found in wininet.dll.
FtpFindFirstFile
InternetFindNextFile
FtpFindFirstFile
Take a look at the example given for this API.