如何获得文件的通用路径?这样当您将应用程序传输到另一台计算机时,它就会正常工作。
File fireFoxWindowsFile = new File("C:\\Documents and Settings\\User\\IdeaProjects\\QAsetup\\src\\main\\java\\com\\yukon\\qasetup\\xmlService\\FirefoxPortable\\FirefoxPortable.exe");
预期结果:
File fireFoxWindowsFile = new File("FirefoxPortable\FirefoxPortabl.exe")