next | previous | forward | backward | up | top | index | toc | Macaulay2 web site

getNmzDataPath -- returns the directory for the exchange of data

Synopsis

Description

i1 : getNmzDataPath()

o1 = 
i2 : setNmzDataPath("d:/Normaliz2.1Windows/example");
i3 : getNmzDataPath()

o3 = d:/Normaliz2.1Windows/example/

Caveat

This is the value stored in the global variable. The function startNmz retrieves the path names written by writeNmzPaths to the hard disk, so this can be a different path.

See also