Forum Discussion

sanj's avatar
sanj
Super Contributor
6 years ago

setting working dir in READY API

Can we set working directory in READY API.

This will solve quite a few of my problems

 

1 Reply

  • jhanzeb1's avatar
    jhanzeb1
    Frequent Contributor

    I' am yet to come across working dir, though I know you can set up workspace dir and change/modify it. 

    You can also view your projectdir by a global property

     

    def projectPath = context.expand( '${projectDir}')

    I would be interested in knowing what do you mean by working dir please?