iosで2つのファイルは同じかどうか判断方法

サンプルコード
if ([fileManager contentsEqualAtPath:@"FilePath_startnews24aa" andPath:@" FilePath_startnews24bb"]) {
NSLog(@"2つのファイルの差分がございません。");
}

IOS

Posted by arkgame