AND

MyDefrag

FileBoolean - AND

Logical AND of two file booleans. The result is true if all the booleans are true.

Syntax

FILEBOOLEAN and FILEBOOLEAN
FILEBOOLEAN & FILEBOOLEAN
FILEBOOLEAN && FILEBOOLEAN

Example

FileSelect
  Size(10000000,0) and LastAccess("","1 month ago")
FileActions
  ...
FileEnd

See also:

 *  FileSelect
 *  FileBoolean
 *  FileActions