Given, a file of path [[self documentsDirectory] stringByAppendingPathComponent:@"myFiles/aFile.txt"], How do I delete a file in my apps documents directory?
Given, a file of path [[self documentsDirectory] stringByAppendingPathComponent:@myFiles/aFile.txt] , How do I delete a
Share
NSFileManager is a very handy tool: