Hi Friends,
I want to access a folder MSOfice which resides inside "C:\Program Files". this path is different as per different locale like "C:\Programme"
To access C:\Program Files I tried
System.getProperty("os.home");
System.getProperty("user.dir"); //return user working directory
what else I use to get path "c:\Program Files"
Thank you