mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
docs(help) UserMenu: add move, copy
This commit is contained in:
parent
d053e60ed2
commit
87f4022759
1 changed files with 2 additions and 0 deletions
2
HELP.md
2
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue