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
The OPTIONS are a space-separated list of these keywords: |
Example
FileSelect
....
FileActions
# Sort the items from smallest to largest.
SortBySize(Ascending)
FileEnd |
See also:
FileSelect FileBoolean FileActions