我想看一个文件夹,然后将different extensioned & same filenamed
文件复制到另一个目录/文件夹。但我检查文件
if([myManager fileExistsAtPath:[(NSURL*)pathSource path]]==YES
它检测到,返回是,目录中有文件。但从未复制任何 Video-Audio-txt 文件
[myManager copyItemAtPath:@"/Users/.../CONTENTS/002BJ" toPath:@"/Users/.../CONTENTS/AUDIO/"; error:nil]
代码。那么我有什么问题或者有没有其他方法可以将文件复制/移动到目录?