[Objective-C] ios下移动文件的object c代码 →→→→→进入此内容的聊天室

来自 , 2019-02-11, 写在 Objective-C, 查看 163 次.
URL http://www.code666.cn/view/f6b6d2a1
  1. if([fileManager moveItemAtPath:@"FilePath1"
  2.    toPath:@"FilePath2" error:NULL]){
  3.       NSLog(@"Moved successfully");
  4.    }

回复 "ios下移动文件的object c代码"

这儿你可以回复上面这条便签

captcha