copy_directory
Copy a directory and all its contents to a new location. Works only on directories, not files.
Instructions
Copy directory and all contents to new location. Only works on directories, not files. Use 'copy' tool if unsure about path type. Keywords: copy directory, duplicate folder. / 复制目录及其所有内容到新位置。仅用于复制目录,不能复制文件。如果不确定路径类型,请使用 copy 工具。关键词:复制目录、备份文件夹。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | The source directory path to copy. Must be a directory, not a file. | |
| destination | Yes | The destination directory path where the directory will be copied to. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | ||
| success | Yes |