我没有找到正确的方法来做到这一点。我可以重新创建文件并使用新名称上传,然后我会删除旧文件的文件,但这似乎不是最好的方法。
答案 0 :(得分:1)
你可以做这样的事情
NSString *fromPath = <old_path>
NSString *toPath = <new_path>
BRestClient *dbClient = [[DBRestClient alloc] initWithSession:[DBSession sharedSession]];
[dbClient moveFrom:fromPath toPath:toPath];