I need to create a directory on a mapped network drive. I am using a code:
DirectoryInfo targetDirectory = new DirectoryInfo(path); if (targetDirectory != nu
Are you mapping with the exact same credentials as the program is running with?