| Run configurations: obtaining the dirname of the ${resource_loc} [message #979888] |
Sun, 11 November 2012 00:15 |
 |
Dun Peal Messages: 6 Registered: October 2012 |
Junior Member |
|
|
Hi.
I'm setting up a Run Configuration that reads a file in the same directory as the .java file I'm running.
I found ${resource_loc}, but that is the full path of the resource. What I really need is its dirname, so I can do something like:
${resource_dirname:/input.txt}
Since I couldn't find ${resource_dirname}, I tried ${resource_loc:./input.txt}, and that didn't work.
How do obtain the dirname of ${resource_loc}?
Thanks, D.
|
|
|
Powered by
FUDForum. Page generated in 0.03140 seconds