To start off, it would be wise to look through Apple’s NSFileManager
documentation for the iPhone: NSFileManager Class Reference. Second, look at NSFileManager
‘s -removeItemAtPath:error:
method and its documentation. That’s what you’re looking for.