# Copy

## Description

Copy a file/folder to another path.

## Input / Parameter

| Name       | Description                     | Data Type   | Default | Options | Required |
| ---------- | ------------------------------- | ----------- | ------- | ------- | -------- |
| storage    | The size of the file.           | Number      | -       | -       | Yes      |
| folderPath | The path to store the file.     | String/Text | -       | -       | Yes      |
| fileName   | The name of the file.           | String/Text | -       | -       | Yes      |
| copyFile   | The path to copy the file from. | String/Text | -       | -       | Yes      |

## Output

N/A

## Callback?

### callback

The function to be executed when the file is copied successfully.

### errorCallback

The function to be executed when the file is not copied successfully.

## Video

Coming Soon.

## Example

Coming Soon.

### Steps

Coming Soon.

### Result

Coming Soon.

## Links
