SortBySize

MyDefrag

FileActions - SortBySize

Place the selected items and sort by size from smallest to largest ("ascending") or from largest to smallest ("descending").
  • This action will also defragment. It is therefore not necessary to combine it with the  *  Defragment action.
  • This action will create "wrap around" fragments. For more information see the  *  IgnoreWrapAroundFragmentation setting.

Syntax

SortBySize(OPTIONS)

The OPTIONS are a space-separated list of these keywords:
 *  Ascending
 *  Descending
 *  SkipBlock

Example

FileSelect
  ....
FileActions
  # Sort the items from smallest to largest.
  SortBySize(Ascending)
FileEnd

See also:

 *  FileSelect
 *  FileBoolean
 *  FileActions