Hello!
I need to set a specific folder (directory), different from the current working directory, to save the output of my regressions and my graphs. I don't know how to do it. I looked for a solution everywhere, but I couldn't find anything. This is because the idea is to create a new directory with mkdir and after that I would like to set that new directory as the one to save the work generated by the codes in the DO file. So, if I send that do file to somebody else, that person would only need to change the working directory to the one with the necessary files to run the codes and get tables, graphs and so on in a different folder, previously created in the code with mkdir.
Thank you in advance.
I need to set a specific folder (directory), different from the current working directory, to save the output of my regressions and my graphs. I don't know how to do it. I looked for a solution everywhere, but I couldn't find anything. This is because the idea is to create a new directory with mkdir and after that I would like to set that new directory as the one to save the work generated by the codes in the DO file. So, if I send that do file to somebody else, that person would only need to change the working directory to the one with the necessary files to run the codes and get tables, graphs and so on in a different folder, previously created in the code with mkdir.
Thank you in advance.
Comment