Skip to content

Utility Commands

adambiser edited this page May 24, 2018 · 2 revisions

MoveFileToReadPath

Syntax:

MoveFileToReadPath(fileName as string) as integer

Description:

Moves a file from the write path into the read path. The raw prefix is supported. This command cannot be used when debugging because the read path is the interpreter's EXE path instead of the development folder.

Returns:

1 if the move succeeds; otherwise 0.

PluginError:

  • If there is an error moving the file into the read path.