Condition Reference
The conditions set is a filter which can influence the collection of matched files .You can use "And" or "Or" to combine conditions. "And" means the file or folder must match all the conditions, "Or" means the file or folder only need to match one of the conditions.
You can also use "And" and "Or" in the same rule to create some advanced conditions set. In this case "Or" will separate conditions into groups, the file which is matched only need to match one of the condition groups.
Name
This is the file's name without the extension. and for the folder this is the folder's name.
e.g. the file called "example.jpg", the name is "example"
e.g. the folder called "example folder", the name is "example folder"
from version 2.1.2 name supports to match name patterns like DOS Style using wildcards characters. "?" represents one characters, "*" represents several characters.
e.g. "ab??" can match "abcd", "ab12", "abzz"
e.g. "ab*12" can match "abxx12", "abtyuiouy12"
e.g. "ab*c??" can match "ab123czz", "ab90c12"
Extension
This is the file's extension, which is the part of the file name after the last dot(".").
the file called "example.jpg", the extension is "jpg"
Full Name
This represents the full name of the file, which is the name plus the extension. for the folder this is the same as the folder's name.
from version 2.1.2 full name supports to match name patterns like DOS Style using wildcards characters. "?" represents one characters, "*" represents several characters.
e.g. "ab??.txt" can match "abcd.txt", "ab12.txt", "abzz.txt"
e.g. "ab*12.txt" can match "abxx12.txt", "abtyuiouy12.txt"
e.g. "ab*c??.txt" can match "ab123czz.txt", "ab90c12.txt"
Date Created
This is the date the file was created.
Date Modified
This is the date the file was last changed.
Kind
This indicates the type of file, such as a movie or a folder.
Size
This is the size of the file.
Folder
With this condition you can match the folder which is empty or contains the specific file or folder
MP3 Tag
This is the mp3 tag information for music files.
Exif Info.
This is the exif information for images.
Any
This attribute matches all files or folders. This is usually used in the last rule in the list to apply to any files or folders that do not match any of the previous rules.