NSString * resourcePath = [[NSBundle mainBundle] resourcePath];
NSString * documentsPath = [resourcePath stringByAppendingPathComponent:@"Folder_Name"];
NSError * error;
NSArray *contentarr = [[NSFileManager defaultManager] contentsOfDirectoryAtPath:documentsPath error:&error];
No comments:
Post a Comment