next
|
previous
|
forward
|
backward
| up |
top
|
index
|
toc
|
directory
|
Macaulay 2 web site
setNmzDataPath -- sets the directory for the exchange of data
Synopsis
Usage:
setNmzDataPath(s)
Inputs:
a
string
, the directory for the exchange of data
Description
By default it is the current directory. Note that the string should not contain ~or $ since Macaulay 2 seems to have problems with such paths.
i1 : setNmzDataPath("d:/normaliz/example");
i2 : getNmzDataPath() o2 = d:/normaliz/example/
See also
getNmzDataPath
-- returns the directory for the exchange of data
Ways to use
setNmzDataPath
:
setNmzDataPath(String)