|
-
Oct 2nd, 2007, 06:57 PM
#1
Thread Starter
Member
Can't delete folder
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|