WolframLang: Load Path

By Xah Lee. Date: . Last updated: .

Wolfram Engine Path

$InstallationDirectory

return the top‐level directory where Wolfram System is installed.

$InstallationDirectory

$InstallationDirectory
(* C:\Program Files\Wolfram Research\Wolfram Desktop\12.2 *)

User File Path

$UserBaseDirectory

return the default base directory for loading user's WolframLang files

$UserBaseDirectory

$UserBaseDirectory
(* C:\Users\xah\AppData\Roaming\WolframDesktop *)

Load Path

$Path

return the default list of directories to search for file.

$Path

$Path

(* 
{C:\Program Files\Wolfram Research\Wolfram Desktop\12.2\SystemFiles\Links,
C:\Users\xah\AppData\Roaming\WolframDesktop\Kernel,
C:\Users\xah\AppData\Roaming\WolframDesktop\Autoload,
C:\Users\xah\AppData\Roaming\WolframDesktop\Applications,
C:\ProgramData\WolframDesktop\Kernel,
C:\ProgramData\WolframDesktop\Autoload,
C:\ProgramData\WolframDesktop\Applications,
.,
C:\Users\xah,
C:\Program Files\Wolfram Research\Wolfram Desktop\12.2\AddOns\Packages,
C:\Program Files\Wolfram Research\Wolfram Desktop\12.2\SystemFiles\Autoload,
C:\Program Files\Wolfram Research\Wolfram Desktop\12.2\AddOns\Autoload,
C:\Program Files\Wolfram Research\Wolfram Desktop\12.2\AddOns\Applications,
C:\Program Files\Wolfram Research\Wolfram Desktop\12.2\AddOns\ExtraPackages,
C:\Program Files\Wolfram Research\Wolfram Desktop\12.2\SystemFiles\Kernel\Packages,
C:\Program Files\Wolfram Research\Wolfram Desktop\12.2\Documentation\English\System,
C:\Program Files\Wolfram Research\Wolfram Desktop\12.2\SystemFiles\Data\ICC}

*)

WolframLang, Version, Load Path