> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zocomputer.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Copy file

> Copy a file or directory on the computer.

{/* Tool: copy_file */}

Returns a message with the destination path and the number of bytes copied.

## Parameters

<ParamField path="source_path" type="string" required={true}>
  Absolute path of the file or directory to copy.
</ParamField>

<ParamField path="dest_path" type="string" required={true}>
  Absolute destination path on the target.
</ParamField>
