ChefSausage
Programmer
I'm receiving a very strange error when trying to delete files from a certain folder.
On a template called purgefiles.asp, I have a line of code to delete everything from a folder:
fs.DeleteFile("w:\inetpub\
However, when I execute purgefiles.asp in the browser, I get this error:
Microsoft VBScript runtime error '800a0035'
File not found
/fairlook_test/purgefiles.asp, line 49
Now, line 49 contains the aforementioned delete command, but why is it saying that it cannot find a template that it's not supposed to delete in the first place?
On a template called purgefiles.asp, I have a line of code to delete everything from a folder:
fs.DeleteFile("w:\inetpub\
However, when I execute purgefiles.asp in the browser, I get this error:
Microsoft VBScript runtime error '800a0035'
File not found
/fairlook_test/purgefiles.asp, line 49
Now, line 49 contains the aforementioned delete command, but why is it saying that it cannot find a template that it's not supposed to delete in the first place?