Just use the NSFileManager. On a jailbreak device, this gives you full access to the file system - just give it the paths you want to communicate with. The contents of the directory can be obtained using the -contentsOfDirectoryAtPath:error: method and move files using -moveItemAtPath:toPath:error:
source share