...
File or Folder to watch for | true | . | |
Regular Expression for filename filtering | false |
| |
Enables or disables error messages | false | false | |
maximum age of one or multiple files | false | 0 | |
maximum size of one or multiple files | false | -1 | |
minimum age of one or multiple files | false | 0 | |
minimum size of one or multiple files | false | -1 | |
number of files to remove from the beginning of the result-set | false | 0 | |
number of files to remove from the bottom of the result-set | false | 0 |
<span ih1. "file">h4. Parameter: file File or Folder to watch
...
for</span>
...
File or Folder to watch for
Checked file or directory
Supports masks for substitution in the file name and directory name with format strings that are enclosed by {*} and {*} . The following format strings are supported:
...
On 2050-12-31 the parameter file contains the value "sample/hello20501231.txt" .
Supports substitution of job parameter names with their value if the job parameter name is enclosed by % and % .
Example: <param namh1. name"file" value="%scheduler_file_path%" />
During the job runtime the parameter file contains the value of the job parameter scheduler_file_path . Using Directory Monitoring with File Orders the job parameter scheduler_file_path contains automatically the path of the file that triggered the order.
...