Java file path


String filename = "test.png";                                                                               
String workingDir = System.getProperty("user.dir");                                                        
String pathFile = workingDir + File.separator + filename;


0 意見: