Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我还没有找到正确的方法来做到这一点。我可以重新创建文件并使用新名称上传它,然后我会删除旧名称的文件,但这似乎不是最好的方法。
你可以做这样的事情
NSString *fromPath = <old_path> NSString *toPath = <new_path> BRestClient *dbClient = [[DBRestClient alloc] initWithSession:[DBSession sharedSession]]; [dbClient moveFrom:fromPath toPath:toPath];