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

setNmzDataPath -- sets the directory for the exchange of data

Synopsis

Description

By default it is the current directory. The function does not check if the directory exists. If it does not exist, Normaliz will issue an error message. Use e.g. makeDirectory to create an directory within Macaulay 2.
Note that the path should not contain $ since Macaulay 2 seems to have problems with such paths. If no filename is specified, this path is not used.
i1 : setNmzDataPath("d:/Normaliz2.1Windows/example"); 
i2 : getNmzDataPath() 

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

See also

Ways to use setNmzDataPath :