Takes 5 parameters, FieldBase, Destination, Action, Source, IfLenFld
Usage:
FieldBase, Destination, Action, Source, IfLenFld
[WorkWith], Destination, Action, Source, IfLenFld
[WorkWith], Destination, Action, Source, [""]
[WorkWith], Target, Action, [""], [""]
FieldBase, Destination, Action, Source, [WorkIf]
[WorkWith], Destination, Action, Source, [WorkIf]
[WorkWith], Target, Action, [""], [WorkIf]
Description:
The Files Work Query command will allow for all the basic, and some more advanced file manipulation to be performed in bulk using data from the Work Query.
If the Work Query field Error does not already exist when this command is run, it will be created. For any errors that occur per record, the error message for each record will be placed in the Error field.
See Also:
ListFiles, which retrieves file times that are compatible with SetTimes.
Example:
Delete all .png files in a folder:
ListFiles pFolder, "*.png", ""
Files "Name", "Delete"