Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

file

File or Folder to watch for

  true

.

file_spec

Regular Expression for filename filtering

  false

 

#gracious gracious

Enables or disables error messages

  false

false

#max_file_age max_file_age

maximum age of one or multiple files

  false

0

#max_file_size max_file_size

maximum size of one or multiple files

  false

-1

#min_file_age min_file_age

minimum age of one or multiple files

  false

0

#min_file_size min_file_size

minimum size of one or multiple files

  false

-1

#skip_first_files skip_first_files

number of files to remove from the beginning of the result-set

  false

0

#skip_last_files skip_last_files

number of files to remove from the bottom of the result-set

  false

0

Parameter: file File or Folder to watch for

<span ih1. "file" />

...

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 namenamh1. "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.

...