|  |  D.4.25.26 setNmzFilename Procedure from librarynormaliz.lib(see  normaliz_lib).
 
Example:Usage:
setNmzFilename(string s);
Create:
Normaliz::nmz_filenameto save the given filenames
Note:
The function sets the filename for the exchange of data. Unless a
path is set by setNmzDataPath, files will be created in the current
directory.
If a non-empty filename is set, the files created for and by
Normaliz are kept. This is mandatory for the data access functions
(see  writeNmzData and  readNmzData).
 Resetting the filename by setNmzFilename("") forces the library
to return to deletion of temporary files, but the files created
while the filename had been set will not be erased.
 
 See also:
 readNmzData;
 rmNmzFiles;
 setNmzDataPath;
 writeNmzData.|  | LIB "normaliz.lib";
setNmzDataPath("examples/");
setNmzFilename("example1");
//now the files for the exchange with Normaliz are examples/example1.SUFFIX
 | 
 
 |