getcwd
getcwd |
Purpose
Synopsis
function getcwd:string
Return value
The current working directory.
Further information
1. This function returns the current working directory, that is the directory where the model is being executed and where files are looked for.
2. The returned value corresponds to
getparam("workdir"). The current working directory can also be changed via this control parameter (for instance
setparam("workdir","../somedir").
Module