hi guys
In my .properties file
i am reading some constants which equals to a location and trying to put
some files in that location
In my .properties file i have
REPORT_EDITION_DESTINATION=U:\VOB\Development\WebProject\WebContent\reportfileserver
I am reading the above line and putting the files in the above location U:\...
the above line works fine but i want to avoid giving the entire path.
i want some thing like
REPORT_EDITION_DESTINATION=\WebContent\reportfileserver OR
REPORT_EDITION_DESTINATION=\WebProject\WebContent\reportfileserver
so that i am not dependent on U:\ directory.
any ideas
thanks
Our community of experts have been thoroughly vetted for their expertise and industry experience.
The Distinguished Expert awards are presented to the top veteran and rookie experts to earn the most points in the top 50 topics.