elevate privileges in C# , Access to the path 'c:\Documents and Settings' is denied -


When I try to use files from my C # app on my desktop or at some other location, An error "Access to Path 'c: \ Documents and Settings' has been rejected." .

If I think right, then that's because my app has no privileges to access some directories? / P>

What can I do to increase such privileges?

Thank you!

see

Comments