Advertisement
Guest User

Untitled

a guest
May 29th, 2015
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. NSDictionary *fileAttributes = [[NSFileManager defaultManager] attributesOfItemAtPath:URL error:&attributesError];
  2.  
  3. NSNumber *fileSizeNumber = [fileAttributes objectForKey:NSFileSize];
  4. long long fileSize = [fileSizeNumber longLongValue];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement