If [ File/Folder ]
New in 2021!   Eonza automation software - free, open source cross-platform automation software for easy creation and management of scripts.

If [ File/Folder ]

Conditional expression for files and folders. You can use this command to define file system conditional operators. This command can contain other commands that will be executed only if the specified condition is true.

Description
Optionally, you may add comments here describing the purpose of this element.
File/Folder
The name of the file or folder.
c:\temp 
Comparison Type
Specify the comparison operations you need.
Newer file - Compare file time with file time of the file specified in Additional parameter.
Contains substring - Return 1 if the file contains a substring defined in Additional parameter.
Wildcard matching - Compare the filename to wildcards in Additional parameter. You can define some wildcards separated by comma there.
Negation of conditional
Check this box on if you want to negate this condition.
Additional parameter
It is valid for Newer file,Wildcard matching and Contains substring comparison type.
for Newer file you can specify either filename or the date and time as SSMMHHDDMMYYYY. In this case, the parameter must begin with '*'.
c:\temp\myfile.txt
*00000001022009 
Next Condition
You can specify a combination of two conditions.
AND - this and the next condition must be true.
OR - At least one of the two conditions must be true.