Takes 5 parameters, FieldBase, FolderPath, Action, Source, IfLenFld
Usage:
FieldBase, FolderPath, Action, Source, IfLenFld
[WorkWith], FolderPath, Action, Source, IfLenFld
[WorkWith], FolderPath, Action, Source, [""]
[WorkWith], FolderPath, Action, [""], [""]
FieldBase, FolderPath, Action, Source, [WorkIf]
[WorkWith], FolderPath, Action, Source, [WorkIf]
[WorkWith], FolderPath, Action, [""], [WorkIf]
Description:
The Folders Work Query command will allow for basic folder 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.
Example:
Delete all sub-folders in a folder:
ListFolders pFolder, ""
Folders "Name", "Delete"