这段object c代码用来检测两个指定路径的文件内容是否完全相同
(本文来源于图老师网站,更多请访问http://m.tulaoshi.com/bianchengyuyan/)代码如下:
if ([fileManager contentsEqualAtPath:@"FilePath1" andPath:@" FilePath2"]) {
NSLog(@"Same content");
}
以上所述就是本文的全部内容了,希望大家能够喜欢。
这段object c代码用来检测两个指定路径的文件内容是否完全相同
(本文来源于图老师网站,更多请访问http://m.tulaoshi.com/bianchengyuyan/)代码如下:
if ([fileManager contentsEqualAtPath:@"FilePath1" andPath:@" FilePath2"]) {
NSLog(@"Same content");
}
以上所述就是本文的全部内容了,希望大家能够喜欢。