【发布时间】:2012-02-13 21:51:42
【问题描述】:
大家好,我正在尝试创建此调整,每次打开特定应用程序时将文件从一个位置复制到另一个位置。这是否正确使用。我对此仍然很陌生,但是尝试每次打开应用程序时都应该放置什么命令来运行它。
- (BOOL)fileManager:(NSFileManager *)fileManager
shouldCopyItemAtPath:(NSString *)srcPath *path/to/where/file/is
toPath:(NSString *)dstPath *where/i/want/it/copied/to
【问题讨论】:
标签: objective-c ios copy cydia tweak