Path Name

A pathname is the complete drive and directory structure where a file can be found. For example, if a file named tuba.txt is in a subdirectory called \orchestra\brass on your C drive, its full pathname is

C:\orchestra\brass\tuba.txt.

Pathnames in Mathcad typically must be typed as strings. You can get the pathname of the worksheet using the CWD variable.