I have a script that I want to run everywhere, on any computer, regardless of where my files are placed
I saw some same question there but it wont solved my problem
I have some variables with path writed like this:
filePath = "C:\ProgramData\OutilTestObjets3D\MaquetteCB-2019\DataSet\ONLYIVENOTFIXED.txt"
how I can make it work like script work whenever my folder "outilTestObjets3D" is, and not only in the c:ProgramData....