gives a list of local objects in your current local base directory.
LocalObjects[dir]
gives a list of local objects in the local directory dir.
LocalObjects
gives a list of local objects in your current local base directory.
LocalObjects[dir]
gives a list of local objects in the local directory dir.
Details
- Relative directories are resolved relative to $LocalBase.
- The directory can also be given as File["path"].
Examples
open all close allBasic Examples (1)
LocalObjects gives a list of all current local objects:
LocalObjects[]List all local objects of the "LocalSymbols" subdirectory of $LocalBase:
LocalObjects["LocalSymbols"]Scope (2)
Search only in a subdirectory of $LocalBase:
LocalObjects["CloudCache"]Specify the directory as a File object:
LocalObjects[File["/tmp/MyLocalBase"]]Applications (3)
Find all existing local symbols:
LocalObjects[$LocalSymbolBase]LocalSymbol["rand"]Delete all existing local objects:
DeleteObject[LocalObjects[]]LocalObjects[]Find all local objects used as caches:
LocalObjects[$CacheBaseDirectory]DeleteObject[%]Properties & Relations (2)
Local symbols are local objects stored in the directory $LocalSymbolBase:
LocalObjects[$LocalSymbolBase]CloudObjects gives a list of all current cloud objects associated with your account:
CloudObjects[]//ShortRelated Guides
Text
Wolfram Research (2016), LocalObjects, Wolfram Language function, https://reference.wolfram.com/language/ref/LocalObjects.html (updated 2016).
CMS
Wolfram Language. 2016. "LocalObjects." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2016. https://reference.wolfram.com/language/ref/LocalObjects.html.
APA
Wolfram Language. (2016). LocalObjects. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/LocalObjects.html
BibTeX
@misc{reference.wolfram_2026_localobjects, author="Wolfram Research", title="{LocalObjects}", year="2016", howpublished="\url{https://reference.wolfram.com/language/ref/LocalObjects.html}", note=[Accessed: 12-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_localobjects, organization={Wolfram Research}, title={LocalObjects}, year={2016}, url={https://reference.wolfram.com/language/ref/LocalObjects.html}, note=[Accessed: 12-June-2026]}