Macaulay2 » Documentation
Packages » Macaulay2Doc » The Macaulay2 language » system facilities » rootPath
next | previous | forward | backward | up | index | toc

rootPath

Description

This string may be concatenated with an absolute path to get one understandable by external programs.

i1 : fn = temporaryFileName()

o1 = /tmp/M2-29267-0/0
i2 : rootPath | fn

o2 = /tmp/M2-29267-0/0

See also

For the programmer

The object rootPath is a string.


The source of this document is in Macaulay2Doc/ov_system.m2:2025:0.