-
Notifications
You must be signed in to change notification settings - Fork 1
Utility Commands
adambiser edited this page May 24, 2018
·
2 revisions
MoveFileToReadPath(fileName as string) as integer
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.
1 if the move succeeds; otherwise 0.
- If there is an error moving the file into the read path.