Skip to content

Move File

Moves a file to another directory.

Permissions

Command KindNeeded User Kind
WriteAdmin, Designer, Sys

Parameters

NameTypeDescriptionRequiredDefaultValues
DirectorystringPath of the directory ([Directory]). The root directory is the 'Files' folder of the database on the server.yes
Filearray of stringName/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]