Android Folder Temp Create tempFolder()

Here you can find the source of tempFolder()

Description

temp Folder

Declaration

private static String tempFolder() 

Method Source Code

//package com.java2s;

public class Main {
    private static String tempFolder() {
        return System.getProperty("java.io.tmpdir");
    }//from   w ww.ja va2s . com
}

Related

  1. createTempFolder()
  2. createTempFolder()
  3. tempFolder()
  4. tempFolderName()