can't find the file path generated by Set Path Variable
I have a repo in following structure: repo: name.jsl dir_A root.jsl dir_B example.jsl root.jsl--------------------------------------As repo is cloned for each user in different location. I have generated a a script which calls Python and always find the absolute path of the repo and set it as root. cur_dir = Substr( Get Default Directory(), 2, 999 )
...