Hey guys, Xenonic Rob here.
I want a way to check whether a file exists on a server.
I know this command

Set Tools=Server.CreateObject("MSWC.Tools")

And then you can do something like

If Tools.FileExists("<thefile>") = true then blah,blah

But that doesn't work with IIS and PWS. Any ideas?
Thanks a lot.