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

setNmzFilename -- sets the filename for the exchange of data

Synopsis

Description

If the input is the empty string, a temporary filename in a temporary directory will be created, but the global variable still stores the empty string.
Only if the user specifies a (non-empty) filename, the files created by Normaliz are not removed.
i1 : getNmzFilename()

o1 = 
i2 : setNmzFilename("VeryInteresting");
i3 : getNmzFilename()

o3 = VeryInteresting
i4 : setNmzFile()

o4 = VeryInteresting
i5 : setNmzFilename(""); 
i6 : getNmzFilename() 

o6 = 
i7 : setNmzFile()

o7 = /tmp/M2-52862-2

See also

Ways to use setNmzFilename :