Skip to content

client API methods rename

Steve edited this page Apr 29, 2020 · 1 revision

renameFile(oldPath: string, newPath: string, copyOptions?: ICopyOptions): Promise<boolean>

Rename a single file.

renameDirectory(oldPath: string, newPath: string, copyOptions?: ICopyOptions): Promise<boolean>

Rename a single directory.

Clone this wiki locally