In my properties file i have:
file=logfile.log
When i run my source code it loads the properties file correctly but it
cant find the path of the log file.
Is there a special format on how to do this for a properties file in
general?
EX:
should it be
file = \folderpath\logfile.log
Any ideas?
RigasMinho - 13 Sep 2006 16:38 GMT
> In my properties file i have:
> file=logfile.log
[quoted text clipped - 10 lines]
>
> Any ideas?
NEver mind i got it:
file = /logfile.log