I am working with iOS document folder called “temp” that allocates subdirectories that contain files dowloaded from remote url. Now I need to copy “temp” directory and all its contents to “main” folder (overwrite existing that was previously created). I know how to handle files but how to copy whole directory? Thank you
I am working with iOS document folder called temp that allocates subdirectories that contain
Share
You can use the same
NSFileManagermethods that you know and love for directories as well. For example: