seafile_move
Move files or directories within a Seafile library by specifying source and destination paths to reorganize cloud storage content.
Instructions
Move a file or directory within a Seafile library.
Args:
repo_id: The library/repository ID.
src_path: The current path of the file or directory.
dst_path: The destination directory path.
Returns:
OperationResult indicating success or failure.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_id | Yes | Library/repository ID | |
| src_path | Yes | Source path of file or directory | |
| dst_path | Yes | Destination path (directory where item will be moved) |