Appearance
Move File
Moves a file to another directory.
Permissions
| Command Kind | Needed User Kind |
|---|---|
| Write | Admin, Designer, Sys |
Parameters
| Name | Type | Description | Required | Default | Values |
|---|---|---|---|---|---|
| Directory | string | Path of the directory ([Directory]). The root directory is the 'Files' folder of the database on the server. | yes | ||
| File | array of string | Name/path of the file ([Directory/File]). The root directory is the 'Files' directory of the database on the server. | yes |
Result
No fields
Code
text
MOVE FILE
DIRECTORY=[string, Needed]
FILE=[string, Multiple, Needed]