SortByImportSequence

MyDefrag

FileActions - SortByImportSequence

Place the selected items and sort by the sequence in which they were imported ("ascending") or in reversed order ("descending").

Syntax

SortByImportSequence(OPTIONS)

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

Example

# Optimize the system disk for faster booting.
FileSelect
  ImportListFromBootOptimize()
FileActions
  SortByImportSequence(Ascending)
FileEnd

See also:

 *  ImportListFromBootOptimize
 *  ImportListFromFile
 *  FileSelect
 *  FileBoolean
 *  FileActions