![]() |
Class Set Definition File Syntax |
locked
Used in a class definition to indicate that iDefrag must not move any extent that matches this class.
This may be useful for users of some older software, whose copy protection sometimes relies on the locations of files on the disk.
// Make sure my auth file doesn't move
class "Auth File" {
match files where name = "/Applications/SomeProgram.app/Contents/authfile"
locked
color "Crayons:Tangerine"
}