docs(help) UserMenu: add move, copy

This commit is contained in:
coderaiser 2020-08-14 18:38:19 +03:00
parent d053e60ed2
commit 87f4022759

View file

@ -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