If you want to read/write a file to the desktop then this works: String desktop = System.getProperty ("user.home") + "/Desktop/"; File myFile = ...
確定! 回上一頁