I need to create a directory on a mapped network drive. I am using a code:
DirectoryInfo targetDirectory = new DirectoryInfo(path); if (targetDirectory != nu
You can try to use WNetConnection to resolve the mapped drive to a network path.