Programmatically change access rights?

Affelelek

New Member
Doing a File.Move generates an UnauthorizedAccessException (as expected since the ASPNET account does not have modify rights to the directory). Is there a way to programmatically set the rights, move the file, then remove the right?
 
Back
Top