Forum Discussion

kevin_1's avatar
12 years ago

Using Project Path in a Project variable

Is it possible to use the Project path or project suite path in a project variable?



I would like to use something like:

$(ProjectPath) or $(ProjectSuitePath) and have that expand to the local value where the project/project suite actually live.



Basically, we are attempting to set up some file paths relative to the location of the project/suite.





  • karkadil's avatar
    karkadil
    Valued Contributor
    Try using Project.Path and ProjectSuite.Path in your scripts.



    Is it what you need?