Results 1 to 5 of 5

Thread: deleting interntet History[Kinda resolved]

Threaded View

  1. #1

    Thread Starter
    Fanatic Member robbedaya's Avatar
    Join Date
    Jul 2002
    Location
    Belgium
    Posts
    872

    deleting interntet History[Kinda resolved]

    if I trie this code:
    VB Code:
    1. Dim fso
    2. Set fso = CreateObject("Scripting.FileSystemObject")
    3. Dim fldr
    4. Set fldr = fso.GetFolder("C:\Documents and Settings\Administrator\Local Settings\geschiedenis\history.IE5")
    5. Dim subFldr
    6.  
    7. For Each subFldr In fldr.subfolders
    8.     MsgBox subFldr
    9.     subFldr.Delete
    10. Next
    this error occurs:

    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?
    Last edited by robbedaya; Sep 7th, 2003 at 03:46 AM.
    - Use the thread tools to Mark your Thread as Resolved when your question is answered.
    - Please Rate my answers if they where helpful.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width