Guest
hi
I have a properties file called info.properties in the following format:
Status = on
Path = c:/somedir
Now from my Code I need to read the above two parameters from this file. How do I do that?Some sample code would be helpful
I have a properties file called info.properties in the following format:
Status = on
Path = c:/somedir
Now from my Code I need to read the above two parameters from this file. How do I do that?Some sample code would be helpful