Android Folder Temp Create tempFolderName()

Here you can find the source of tempFolderName()

Description

temp Folder Name

Declaration

private static String tempFolderName() 

Method Source Code

//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
}

Related

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