I\'m trying to find the creation date (NOT modification date) of a file. Creation date doesn\'t appear to be in the attributes of a file, though modified date is.
I am trying to perform a low-level file copy but also display my progress using a determinate progress bar. Is there any way I can do this? I have looked on many mail archives, and one blog post expla
So I\'m kind of a Cocoa n00b, but I\'m writing this simple little program and I can\'t get the NSFileManager delegate method \"shouldProceedAfterError...\" to fire. Here\'s the code I\'m running in my
I am trying to list the contents of Ringtones directory in a TableView, however, I am only getting the last file in the directory in ALL cells, instead of file per cell. This is my code:
In my application, the user can record a video using the UIImagePickerController, and I need to save it to disk for later use. I\'ve gotten the path out of the info dictionary and I\'m going to save i
Which one of these 2 cases is faster in creating files? Case 1: ====== NSData *data = [Some data]; [data writeToFile:filePath atomically:YES];
I have an application with In-App Purchase, that when the user buy something, download one html file into the Documents folder of my app.