stores the input string in the global variable holding the filename
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-2720-2
See also
getNmzFilename -- returns the current filename specified by the user
setNmzFile -- sets the filename for the exchange of data