I\'m having the hardest time getting this to work. I\'m trying to copy a folder from my bundle to the documents directory.
I am trying to save a mp3 file into a folder where the file could be visible in iTunes Library. I read somewhere that if I save it on NSDocumentDirectory, it would work, but I had no luck on trying th
I want to copy a file at path A to path B, in case it exists at B I want it to be overwritten and I want to use one of the mentioned methods but which one is the one I should use?
I have been working at this one for quite some time now but can\'t seem to resolve it. I have a core data application that also supports document sharing, therefore I\'m trying to create a directory i
I\'m implementing a manually-triggered migration process for a CoreData-based app, and after the migration completes successfully, I\'m trying to move the migrated DB back over the top of the original
I am moving a file to a folder ( file is stored in other folder), I am moving it by giving the file name, but I want to move all files, which r stored in a folder to some other folder.
Is there a way to validate a file is what it claims to be according to it\'s file extension? I have a large number of files that my application copies to a remote server. Before doing each file copy
In Cocoa, I\'ve tried using -[NSFileManager createDirectoryAtPath:withIntermediateDirectories:attributes:error:] to create several directories in a row, making sure to create them in hierarchical orde
Hello I\'m using the following NSFileManager method in an iPad application: - (NSDictionary *)attributesOfItemAtPath:(NSString *)path error:(NSError **)error
I\'ve some trouble wit开发者_开发百科h audio streaming using MPMoviePlayerController. I want to know if it\'s possible to save the data streaming info to a file while MPMoviePlayer is playing that fil