Move a file or directory

get/rr_move

Query parameters

oldstring required

Current path to the file or directory

newstring required

New path of the file or directory

deleteexisting'yes' | 'no'

Set this to yes to delete the new file if it already exists. Defaults to no

Response

File move result

errnumber

File move result (either 0 on success or 1 on error)

Changes