System.getProperty("java.io.tmpdir")
File temporanei
File temp = File.createTempFile("real",".howto"); temp.deleteOnExit();
String tempdir = System.getProperty("java.io.tmpdir");
if ( !(tempdir.endsWith("/") || tempdir.endsWith("\\")) )
tempdir = tempdir + System.getProperty("file.separator");
Nessun commento:
Posta un commento