-
Notifications
You must be signed in to change notification settings - Fork 0
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.
Documentation
-
Interfaces