Here you can find the source of tempFolder()
private static String tempFolder()
//package com.java2s; public class Main { private static String tempFolder() { return System.getProperty("java.io.tmpdir"); }//from w ww.ja va2s . com }