Links
Details
- Links returns a list of LinkObject objects.
Examples
Basic Examples (3)
List of all WSTP connections ending in "shm" that are currently open:
Links["*shm"]Use LinkCreate to create a WSTP connection:
link = LinkCreate[]The newly created link appears in the list of open connections:
MemberQ[Links[], link]Obtain the name of the link object used to invoke the Wolfram System:
Last[$CommandLine]Get the LinkObject:
Links[%]Related Guides
History
Introduced in 1996 (3.0) | Updated in 2007 (6.0)
Text
Wolfram Research (1996), Links, Wolfram Language function, https://reference.wolfram.com/language/ref/Links.html (updated 2007).
CMS
Wolfram Language. 1996. "Links." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2007. https://reference.wolfram.com/language/ref/Links.html.
APA
Wolfram Language. (1996). Links. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/Links.html
BibTeX
@misc{reference.wolfram_2026_links, author="Wolfram Research", title="{Links}", year="2007", howpublished="\url{https://reference.wolfram.com/language/ref/Links.html}", note=[Accessed: 12-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_links, organization={Wolfram Research}, title={Links}, year={2007}, url={https://reference.wolfram.com/language/ref/Links.html}, note=[Accessed: 12-June-2026]}