TESTPATH -- write path for
prog::test
IntroductionTESTPATH determines the directory into which the
function prog::test writes
its files.
Call(s)
TESTPATH := path
Parameterspath |
- | a valid directory path: a string. |
Related
FunctionsLIBPATH, NOTEBOOKFILE, NOTEBOOKPATH, prog::test, READPATH, UNIX, WRITEPATH
DetailsTESTPATH is a special write path for result files
generated by prog::test.``path
variables'' explains how to define path variables correctly
and in a system independent way.
Example
1A path name must end with a directory separator. Here is an example for UNIX platforms:
>> TESTPATH := "testresults/"
"testresults/"
TEST_PATH