copy_file
Copy a specific file to a new location. Use for duplicating or backing up individual files; works on files only, not directories.
Instructions
Copy specific file to new location. Only works on files, not directories. Use 'copy' tool if unsure about path type. Keywords: copy file, duplicate file. / 复制指定文件到新位置。仅用于复制文件,不能复制目录。如果不确定路径类型,请使用 copy 工具。关键词:复制文件、备份文件。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | The source file path to copy. Must be a file, not a directory. | |
| destination | Yes | The destination file path where the file will be copied to. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | ||
| success | Yes |