CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Nov 2002
    Posts
    82

    How do I use explorer.exe to copy directory or to grant access to the AppData?

    Hallo,

    I’m trying unfortunately to overwrite the AppData directory. I’m getting the “Access Denied – Err.number 70” error message.
    I can do it using explorer, but not with my application.
    How do I use explorer.exe to copy directory or to grant access to the AppData directory?


    Thanks a lot for your help
    james

  2. #2
    Join Date
    Nov 2002
    Posts
    82

    Re: How do I use explorer.exe to copy directory or to grant access to the AppData?

    Correction

    The error message is not Access denied, but permission denied.

    Thanks for helping
    james

  3. #3
    Join Date
    Jul 2000
    Location
    Milano, Italy
    Posts
    7,726

    Re: How do I use explorer.exe to copy directory or to grant access to the AppData?

    Seems as if your app is not running with enough priviledges...any way to run it as admin?
    ...at present time, using mainly Net 4.0, Vs 2010



    Special thanks to Lothar "the Great" Haensler, Chris Eastwood , dr_Michael, ClearCode, Iouri and
    all the other wonderful people who made and make Codeguru a great place.
    Come back soon, you Gurus.

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

Featured