Android Directory Temp Create tempDir()

Here you can find the source of tempDir()

Description

temp Dir

License

Open Source License

Declaration

private static String tempDir() 

Method Source Code

//package com.java2s;
//License from project: Open Source License 

public class Main {
    private static String tempDir() {
        return System.getProperty("java.io.tmpdir") + "/doodleDebug";
    }// ww w. j ava 2  s . c  o m
}

Related

  1. createTempDirectory()
  2. mainTempDir()
  3. mktempdir()
  4. mktempdir(String filePrefix)
  5. setupTempDir()
  6. getTempDir()
  7. getTempServerLink(String str)