File

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:

Note: Use the LoadFile and SaveFile commands for additional actions.

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)