fdev
2012-06-04 08:22:27 UTC
src -> a.b.c.currentFile
The file that I need the path for:
src -> dir1/file1.txt
a, b, c are packages. currentFile is the file where I need the path for the "file1.txt".
I need the relative path because the code should work on different machines. I am using Windows and Eclipse for development.