getNmzDataPath -- returns the directory for the exchange of data
Synopsis
Usage:
getNmzDataPath()
Outputs:
a string, the path to the directory to be used for the exchange of data
Description
i1 : getNmzDataPath()
o1 =
i2 : setNmzDataPath("d:/normaliz/example");
i3 : getNmzDataPath()
o3 = d:/normaliz/example/
Caveat
This is the value stored in the global variable. The function startNmz retrieves the path names written by writeNmzPaths to the hard disk, so this can be a different path.
See also
setNmzDataPath -- sets the directory for the exchange of data