Hello Friends,
I am using createDirectoryAtPath API of NSFileManager class to copy the a .xcodeProj file(Package File) at network location. I gave three attempts one by one to copy the package file.
1. Network device is connected, File copied successfully.
2. Now Network device disconnected, File doesnt copied successfully. (thats genuinely fine).
3. Now Network device again mounted to the system, File doesnt copy it returns error #2, No such file or directory for the destination.
I am surprise why its happened for the same file and path if device is connected after disconnect the device.
Any idea or help would be appricated.
Regards,
Imran
I am using createDirectoryAtPath API of NSFileManager class to copy the a .xcodeProj file(Package File) at network location. I gave three attempts one by one to copy the package file.
1. Network device is connected, File copied successfully.
2. Now Network device disconnected, File doesnt copied successfully. (thats genuinely fine).
3. Now Network device again mounted to the system, File doesnt copy it returns error #2, No such file or directory for the destination.
I am surprise why its happened for the same file and path if device is connected after disconnect the device.
Any idea or help would be appricated.
Regards,
Imran