Intro Download and install Frequently Asked Questions Tips and tricks

Homepage







© J.C. Kessels 2009

Unmovable

Select all the items that MyDefrag could not move. MyDefrag initially assumes that all items on disk are movable. Only after the Windows defragmentation API has refused to move an item will an item be "unmovable".

Syntax

Unmovable(yes)
Unmovable(no)

Example

FileSelect
  # Select all the items that have the "Unmovable" attribute.
  Unmovable(yes)
FileActions
  ....
FileEnd

See also:

 *  FileSelect
 *  FileBoolean
 *  FileActions