|  |  D.4.25.28 writeNmzPaths Procedure from librarynormaliz.lib(see  normaliz_lib).
 
Example:Create:
the file nmz_sing_exec.path where the path to the Normaliz executable
is saved
the file nmz_sing_data.path where the directory for the exchange
of data is saved
 
Note:
Both files are saved in the current directory. If one of the names
has not been defined, the corresponding file is created, but
contains nothing.
 See also:
 setNmzDataPath;
 setNmzExecPath;
 startNmz.|  | LIB "normaliz.lib";
setNmzExecPath("../Normaliz/");
writeNmzPaths();
int dummy=system("sh","cat nmz_sing_exec.path");
==> ../Normaliz/
dummy=system("sh","cat nmz_sing_data.path");
==> 
 | 
 
 |