I\'m writing the FILEPATH parameter into the properties file like below..
String newFilePath = txtFilepath.getText(); Properties prop = new Prop
Just call prop.get("FILEPATH"). You will see that you get back "D:\filelog.txt", just as you put it in.
prop.get("FILEPATH")