getcwd
Returns the path for the current working directory. If you switch directories in the console or when loading files, the current working directory path will follow.
Syntax
getcwd()
Input
N/A
Example
{getcwd()}
The current
working directory, C:/Users, is displayed as the note.![](../../../images/getcwd_1.png)
Figure 1.
![](../../../images/getcwd_2.png)
Figure 2.
Comments
N/A