Each File Specification defines a file (or set of files) that will trigger the job.
File Specification
Specify the file(s). You must specify the path and name, but you may use wildcards. For example:
"c:\proddata\data1.log" looks for a specific file
"c:\proddata\*.log" looks for any file with a ".log" extension in the "c:\proddata\" directory.
The File Specification may contain Job Variables, which will be expanded to resolve the file name.
Include subdirectories
If the File Specification contains wildcards and the Include subdirectories option is checked, adTempus will check subdirectories of the directory named in the File Specification. For example if your File Specification is "c:\proddata\*.log", adTempus will look for a file with the extension ".log" in the "c:\proddata\" directory and all of its subdirectories.
See Also