if I trie this code:
this error occurs:VB Code:
Dim fso Set fso = CreateObject("Scripting.FileSystemObject") Dim fldr Set fldr = fso.GetFolder("C:\Documents and Settings\Administrator\Local Settings\geschiedenis\history.IE5") Dim subFldr For Each subFldr In fldr.subfolders MsgBox subFldr subFldr.Delete Next
Run time Error '70'
permission denied
my folder for my history is "C:\Documents and Settings\Administrator\Local Settings\geschiedenis\history.IE5". I have a dutch version of Win2000.
how can I solve this?




Reply With Quote