Forum Discussion
EPrec
New Contributor
6 years agoTcl commands required to create project files in sub-directory
I used the 'Generate tcl file for Project' to generate a base Tcl file for my project. I'd like to modify that Tcl file so that I can 'Source' it one folder level above where I want my project (.qpf)...
EPrec
New Contributor
6 years ago... think I answered my own question. I added the following to the top of the Tcl file and it appears to be working as desired:
set origin_dir "./Work_Dir"
cd $origin_dir