|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
AutoloadPath
This function has not been fully integrated into the long-term Mathematica system, and is subject to change.
AutoloadPath
is a global option that specifies from which directories packages are automatically loaded when Mathematica is started.
DetailsDetails
- The front end searches in each directory included on AutoloadPath for a subdirectory called
that contains a file called init.m. It will execute the contents of all such init.m files it finds. - The directories are searched using the
function. Typical directories included on AutoloadPath are FrontEnd`FileName[{$UserBaseDirectory, "Autoload"}] and FrontEnd`FileName[{$InstallationDirectory, "Autoload"}].
New in 4.0
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
