next | previous | forward | backward | up | top | index | toc | directory | Macaulay 2 web site

getNmzDataPath -- returns the directory for the exchange of data

Synopsis

Description

i1 : getNmzDataPath()

o1 = 
i2 : setNmzDataPath("d:/normaliz/example");
i3 : getNmzDataPath()

o3 = d:/normaliz/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