I had been through this query but did not get proper answer.
I have conf.txt
in Windows folder c:\winapp\Game\core\conf.txt
I have conf.txt
in Linux folder /usr/Game/core/conf.txt
So, I know the relative path that starts from Game
folder
Without using OS specific code like System.getProperty("")
, Do we have an approach to write a portable Java program?