

© J.C. Kessels 2009
|
 |
 |
SortByImportSequence
Place the selected items and sort by the sequence in which they were imported
("ascending") or in reversed order ("descending").
- If you run the program again and there has been a small change, for example
a single file that was added or deleted, then all the files
"above" that file have to be moved. This is alright for a small number of items
with little data, but can take a long time to complete for large numbers of items
with a lot of data.
- This function is designed to be used in combination with the
ImportListFromBootOptimize
or the
ImportListFromFile
file boolean.
- This action will also defragment. It is therefore not necessary to combine this
action with the
Defragment action.
- This action will create "wrap around" fragments. For more information see the
IgnoreWrapAroundFragmentation setting.
SyntaxSortByImportSequence(Ascending) SortByImportSequence(Descending) |
Example# Optimize the system disk for faster booting.
FileSelect
ImportListFromBootOptimize()
FileActions
SortByImportSequence(Ascending)
FileEnd |
See also: ImportListFromBootOptimize
ImportListFromFile
FileSelect
FileBoolean
FileActions
|
 |