how to CreateDirectory with permission to avoid error message Access Denied

  • Thread starter Thread starter MosheS Singer
  • Start date Start date
M

MosheS Singer

Guest
I created an Installation Software, and I want to create a folder in C:\Program Files (x86)

The following code is what I used:



IO.Directory.CreateDirectory("C:\Program Files (x86)...

How can I Create the Directory with permission and avoid generating an error message Access Denied?

Continue reading...
 

Similar threads

Back
Top