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 the explorer GUI, but not with my application.
How do I use explorer.exe to copy directory or to grant access to the AppData directory?
Thanks for your help
Re: How do I use explorer.exe to copy directory or to grant access to the AppData?
Why do you want to use the explorer.exe to do this, as opposed to useing the File.Copy or File.Delete provided as part of the .Net Framework?
Re: How do I use explorer.exe to copy directory or to grant access to the AppData?
Thanks for your response,
I’m writing in vb6 and I tried the fso (file system object) that generated the err.number 70.
I already solved the problem using a group policy to redirect the AppData
Thanks