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];