gives the base directory for storing values of LocalSymbol objects.
$LocalSymbolBase
gives the base directory for storing values of LocalSymbol objects.
Details
- $LocalSymbolBase is typically the LocalSymbols subdirectory of $LocalBase.
Examples
open all close allBasic Examples (1)
$LocalSymbolBase is a subdirectory of $LocalBase:
$LocalSymbolBase$LocalBaseProperties & Relations (3)
Local symbols can be saved to any file:
LocalSymbol["/tmp/testsym"] = 42FileType["/tmp/testsym"]The directory where a symbol should be saved can be given as the second argument:
mybase = FileNameJoin[{$TemporaryDirectory, "symbols"}];LocalSymbol["sym1", mybase] = 17The default base is $LocalSymbolBase:
LocalSymbol["sym1"] = 18{LocalSymbol["sym1", mybase], LocalSymbol["sym1", $LocalSymbolBase]}$CloudSymbolBase is the default location for symbols stored in the cloud:
$CloudSymbolBaseRelated Guides
History
Text
Wolfram Research (2015), $LocalSymbolBase, Wolfram Language function, https://reference.wolfram.com/language/ref/$LocalSymbolBase.html.
CMS
Wolfram Language. 2015. "$LocalSymbolBase." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/$LocalSymbolBase.html.
APA
Wolfram Language. (2015). $LocalSymbolBase. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/$LocalSymbolBase.html
BibTeX
@misc{reference.wolfram_2026_$localsymbolbase, author="Wolfram Research", title="{$LocalSymbolBase}", year="2015", howpublished="\url{https://reference.wolfram.com/language/ref/$LocalSymbolBase.html}", note=[Accessed: 13-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_$localsymbolbase, organization={Wolfram Research}, title={$LocalSymbolBase}, year={2015}, url={https://reference.wolfram.com/language/ref/$LocalSymbolBase.html}, note=[Accessed: 13-June-2026]}