Takes 3 parameters, Destination, Action, Source
Usage:
Destination, Action, Source
Target, Action, [""]
Description:
The File Top Query command will also allow for non-Work Query based execution, performing the single operation specified.
List of Actions:
See Also:
LoadFile$ function and the SaveFile command.
Examples:
[Pull] Req.HasFile Req.FileName UploadFile
If Req.HasFile
File ("Public/Docs/" & UploadFile), "Copy", Req.FileName
Else
SaveFile ("Public/Docs/" & UploadFile), UploadFile
End
File (folderPath & "/" & New.File.Name), "Rename", (folderPath & "/" & Old.File.Name)