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

setNmzDataPath -- sets the directory for the exchange of data

Synopsis

Description

By default it is the current directory. Note that the string should not contain ~or $ since Macaulay 2 seems to have problems with such paths.
i1 : setNmzDataPath("d:/normaliz/example"); 
i2 : getNmzDataPath() 

o2 = d:/normaliz/example/

See also

Ways to use setNmzDataPath :