Hi Folks,

I am attempting to delete a temp folder after using it to upload files to my server via a form. I get the following:

Microsoft VBScript runtime error '800a004c'
Path not found

on this line:

fso.DeleteFolder("C:\path\to\my\folder\")

The same code works perfectly on another server, and the folder definitely exists (and I'm spelling it correctly), so I'm thinking it might be a permissions issue. I tried giving the IUSR full access, but that didn't work. I've also tried the "True" argument with no luck.

Any ideas would be appreciated.

Thanks