I need to create a directory on a mapped network drive. I am using a code:
DirectoryInfo targetDirectory = new DirectoryInfo(path); if (targetDirectory != nu
I had the same problem on Win Server 2012. The disabling UAC solved it.