|  |  D.4.25.27 setNmzDataPath Procedure from librarynormaliz.lib(see  normaliz_lib).
 
Example:Usage:
setNmzDataPath(string s);
Create:
Normaliz::nmz_data_pathto save the given paths
Note:
The function sets the path for the exchange of data. By default the
files will be created in the current directory.
It seems that Singular cannot use filenames starting with
 ~or$HOMEin its input/output functions.You must also avoid path names starting with
 /if you work
under Cygwin, since Singular and Normaliz interpret them in
different ways.
 See also:
 readNmzData;
 rmNmzFiles;
 setNmzFilename;
 writeNmzData.|  | LIB "normaliz.lib";
setNmzDataPath("examples/");
setNmzFilename("example1");
//now the files for the exchange with Normalize are examples/example1.SUFFIX
 | 
 
 |