From 87f4022759d9acb413861825ce478f2f288a2a19 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 14 Aug 2020 18:38:19 +0300 Subject: [PATCH] docs(help) UserMenu: add move, copy --- HELP.md | 2 ++ 1 file changed, 2 insertions(+) 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