(...)

MyDefrag

FileBoolean - (...)

Combine file booleans into a single boolean.

Syntax

( FILEBOOLEAN )

Example

FileSelect
  Size(10000000,0) and ( Name("*.zip") or Name("*.arj") )
FileActions
  ...
FileEnd

See also:

 *  FileSelect
 *  FileBoolean
 *  FileActions