Here you can find the source of tempFolderName()
private static String tempFolderName()
//package com.java2s; public class Main { private static String tempFolderName() { return System.getProperty("java.io.tmpdir"); }//from w ww . j a v a 2s.c o m }