DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Java: File System: Getting The Path Of TMP Directory From Environmental Variable
public static String INDEX_FILE_LOCATION = System.getenv("TMP") + File.separator + "dl-index.tmp";





