I add in Settings.MyD or in preferred defragment-script:
LoadSelectionSet("C:\MyD-Stuff\MySelections.MyD")
And than I can use the set in defragment scripts to select files:
This can be done with
!Include Path! /* Zone 3: files used when booting, and a gap. */
FileSelect
ImportListFromBootOptimize()
and not (!Include C:\MyD-Stuff\MySelections.MyD!)
FileActions
Defragment()
FastFill(WithShuffling)
AddGap(UntilPercentageOfVolumeMultiple(1))
FileEnd
And put this in MySelections.MyD:
FileName("*.jpg")
or FileName("*.bmp")
or FileName("*.gif")
jonib