Documentation
Publicon
Reference
Preferences
Global Options
File Locations
PreferencesPath
• PreferencesPath is a global option that determines which directories are searched for preferences when Publicon is started up.
• All files with the name "init.m" are read. If a setting is listed in more than one file, the last setting read is used. The init.m file in the last directory specified is the one modified by the front end to save user preferences.
• The directories are specified using the FrontEnd`FileName function. Typical directories included on PreferencesPath are FrontEnd`FileName[{$UserAddOnsDirectory, "FrontEnd"}], FrontEnd`FileName[{$AddOnsDirectory, "FrontEnd"}] and FrontEnd`FileName[{$TopDirectory, "SystemFiles", "FrontEnd"}].
• To change the setting for this option, click the square symbol at the right of the option to bring up a dialog box. Then click the appropriate button to add, remove, or edit a directory location.
• See also: ConfigurationPath.