If a non-empty filename is specified by the user, this function returns the concatenated data path (if specified by
setNmzDataPath) and the filename. If no filename is specified, a temporary filename is created. In this case the files created by
Normaliz are removed automatically.
i1 : setNmzFilename("VeryInteresting");
|
i2 : setNmzFile()
o2 = VeryInteresting
|
i3 : setNmzFilename("");
|
i4 : nmzFile=setNmzFile()
o4 = /tmp/M2-52937-2
|