diff --git a/HELP.md b/HELP.md index 10febee6..bf9de6e2 100644 --- a/HELP.md +++ b/HELP.md @@ -545,6 +545,8 @@ Here you can find `API` that can be used in **User Menu**. **DOM** and **CloudCm **IO** Files API - `rename(from, to)` - rename `from` into `to` +- `move(from, to, names)` - rename files with a `names` `from` into `to`; +- `copy(from, to, names)` - copy files with a `names` `from` into `to`; ### Distribute