User Tools

Site Tools


condition:File_Attribute

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revision Both sides next revision
condition:File_Attribute [2023/09/18 03:51]
peternlewis created
condition:File_Attribute [2023/09/18 04:22]
peternlewis [Conditions]
Line 2: Line 2:
  
 The //File Attribute condition// checks a file attribute to see if it has a specified value. The //File Attribute condition// checks a file attribute to see if it has a specified value.
 +
 +===== File Attributes Available =====
 +
 +{{page>​include:​GettableFileAttributes#​}}
 +
 +===== Conditions =====
 +
 +* is empty.
 +* is not empty.
 +* is (case insensitively) a specified string.
 +* is not (case insensitively) a specified string.
 +* contains (case insensitively) a specified string.
 +* does not contain (case insensitively) a specified string.
 +* starts with (case insensitively) a specified string.
 +* ends with (case insensitively) a specified string.
 +* is alphabetically before a specified string.
 +* is alphabetically after a specified string.
 +* matches a specified [[:Regular Expressions|regular expression]].
 +* does not match a specified [[:Regular Expressions|regular expression]].
 +* is numerically less than a specified calculation.
 +* is numerically less than or equal to a specified calculation.
 +* is numerically equal to a specified calculation.
 +* is numerically greater than or equal to a specified calculation.
 +* is numerically greater than a specified calculation.
 +* is numerically not equal to a specified calculation.
 +
  
 ===== See Also ===== ===== See Also =====
condition/File_Attribute.txt ยท Last modified: 2023/09/18 04:22 by peternlewis