Documentation
Publicon
Reference
Preferences
Global Options
File Locations
AutoloadPath
• AutoloadPath is a global option that determines from which directories packages are automatically loaded when Publicon is started.
• For each directory on the list, the front end searches for a subdirectory called FrontEnd and for a file called init.m in that directory. It will execute the contents of all such init.m files it finds.
• The directories are specified using the FrontEnd`FileName function. Typical directories included on AutoloadPath are FrontEnd`FileName[{$UserAddOnsDirectory, "Addons", "Autoload"}], FrontEnd`FileName[{$AddOnsDirectory, "Addons", "Autoload"}] 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.