I have a path to file contained in an NSString. Is there a method to get its file size?
It will give File size in Byte...
uint64_t fileSize = [[[NSFileManager defaultManager] attributesOfItemAtPath:_filePath error:nil] fileSize];