Skip to main content
10-Marble
January 31, 2022
Question

Directory in programme

  • January 31, 2022
  • 1 reply
  • 1243 views

How to determine the directory to which the program is written so that I can read from that directory explicitly 

1 reply

23-Emerald V
January 31, 2022

@FC_10037391 wrote:

How to determine the directory to which the program is written so that I can read from that directory explicitly 


Try using the built-in variable CWD (current working directory) - it should work for many purposes.

 

StuartBruff_0-1643649297144.png

 

However, it is not guaranteed to do so.   I'm not sure if it's possible to find out this information by using the Mathcad API to, say, write a user-defined function that will determine this.

 

Stuart

12-Amethyst
February 17, 2022

I use CWD whenever I'm writing an output file or reading an input file that is stored in the same directory. It's also useful in the footer for when you're printing a PDF version of the calcs for a client and will one day want to refer back to the original file.