room::rename_file
Request to rename a existing file.
{
"method": "room::rename_file",
"file": <path>,
"newname": <path>,
}
file
is the target file path you want the file to rename.newname
is the new filename.
Example response
{
"method": "room::rename_file",
"file": <path>,
"newname": <path>,
"status": "success",
}
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.