This is how you can list files in your iPhone apps.
NSFileManager *manager = [NSFileManager defaultManager];
NSArray *fileList = [manager directoryContentsAtPath:documentsDirectory];
for (NSString *s in fileList){
NSLog(s);
}
Sunday, July 25, 2010
Subscribe to:
Post Comments (Atom)

No comments:
Post a Comment