Hi,
Let's say I have a ECL code like this:
set-dialog-result File "/home/jeevan/RCPTT/RCPTTProject/sample.txt"
How do I use a relative path instead of absolute path to sample.txt?
I have put sample.txt in the same directory where my *.test *.ctx and *.verification is located. How can I point my sample.txt through set-dialog-result no matter where I copy the project to.
How can I instruct through ECL to search my RCPTT Project directory always?
I am able to test some like the following
show-alert [concat [get-java-property "user.home"| str ] "+ " [get-java-property "user.dir"| str ]]
Which gives only the path to AUT not the project location. How can I find that.
Thank you
Jeevan
[Updated on: Fri, 10 July 2015 07:07] by Moderator