Xenonic_Rob
Aug 17th, 2000, 12:27 PM
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.
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.