We are working on project. Every colleague have different folder for the install In my case the folder of my files is in
C:\\p4_3202\\CAR\\car.rt.appl\\dev\\car.components\\cars\\res\\car.rt.components.cars\\resources\\js;
for other colleague it could be in
C:\\my_3202\\CAR2\\car.rt.appl\\dev\\car.components\\cars\\res\\car.rt.components.cars\\resources\\js;
it is depends how you config your perforce.
I need to read files from my folder but i don't know the name of the folder ( as i explained it could be different )
File folderFile = new File(folder); How i can find the location of my folder ? ( c:\p4\......test.js ) I tried with
System.getProperty("sun.java.command"); System.getProperty("user.home") but it didn't give me the path of my folder