iosで2つのファイルは同じかどうか判断方法
サンプルコード
if ([fileManager contentsEqualAtPath:@"FilePath_startnews24aa" andPath:@" FilePath_startnews24bb"]) {
NSLog(@"2つのファイルの差分がございません。");
}
Coding Changes the World
サンプルコード
if ([fileManager contentsEqualAtPath:@"FilePath_startnews24aa" andPath:@" FilePath_startnews24bb"]) {
NSLog(@"2つのファイルの差分がございません。");
}