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.
Figure 1.

Figure 2.
Comments
N/A