seafile_rename
Rename files or directories in Seafile cloud storage by specifying the repository ID, current path, and new name for organized file management.
Instructions
Rename a file or directory in Seafile.
Args:
repo_id: The library/repository ID.
path: The current path of the file or directory.
new_name: The new name (not a path, just the name).
Returns:
OperationResult indicating success or failure.Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_id | Yes | Library/repository ID | |
| path | Yes | Path of file or directory to rename | |
| new_name | Yes | New name for the file or directory |