FileBoolean

MyDefrag

Scripts - FileBoolean

Select items (files, directories) for processing. There are several functions to choose from, and they can be combined in expressions with AND, OR, NOT, and parenthesis.

  • Files that are selected with the FileBoolean of the global  *  ExcludeFiles setting are automatically excluded in the FileBoolean of  *  FileSelect statements.

Example

Fileselect
  Size(10000000,0) or Lastaccess("","1 Month Ago")
FileActions
  ....
FileEnd

Actions

 *  (...)
 *  All
 *  AND
 *  Archive
 *  AverageFragmentSize
 *  Compressed
 *  CreationDate
 *  Directory
 *  DirectoryName
 *  DirectoryPath
 *  Encrypted
 *  FileLocation
 *  FileName
 *  FragmentCount
 *  Fragmented
 *  FullPath
 *  Hidden
 *  ImportListFromBootOptimize
 *  ImportListFromFile
 *  ImportListFromProgramHints
 *  Largest
 *  LargestFragmentSize
 *  LastAccess
 *  LastAccessEnabled
 *  LastChange
 *  NOT
 *  NotToBeIndexed
 *  Offline
 *  OR
 *  Readonly
 *  SelectNtfsSystemFiles
 *  Size
 *  Smallest
 *  SmallestFragmentSize
 *  Sparse
 *  System
 *  Temporary
 *  Unmovable
 *  Virtual

See also:

 *  FileSelect
 *  FileActions
 *  ExcludeFiles
 *  Scripts