0
A
답변
0
그냥 NSFileManager를를 사용
NSFileManager *fm = [[NSFileManager alloc] init];
NSDictionary *attrs = [fm attributesOfItemAtPath:recordedFile.path error: NULL];
NSLog(@"File size: %@", [NSString stringWithFormat:@"%lld", [attrs fileSize]]);