rename_file
Rename or move a file to a new path within a supported backend, using the default backend unless specified.
Instructions
Rename or move a file within a backend.
Args:
src: Source file path
dst: Destination file path
backend: Backend name to use (uses default backend if not specified)
Returns:
Success message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| src | Yes | ||
| dst | Yes | ||
| backend | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |