![]() |
Class Set Definition File Syntax |
include "filename"
Include the text of the specified file at the current location. Note that if the file is not in the current directory and the path is not absolute, iDefrag will search for the specified file according to its usual search rules—so if you are trying to include a file inside iDefrag's application bundle, or in one of the Application Support directories, you only need specify the name of the file.
// The following is a very useful way to import all the default class definitions
include "Default.classes"
Nothing relevant