Hello,
I mounted network drive to the file system as Z: drive and using the following code which is raising DirectoryNotFound exception...
FileSyncProvider Dest = new FileSyncProvider("Z:\\");
Can anybody suggest me that how can I make it work with network mounted drive.
Thanks in advance.