Java Temp Directory Get getTempDirectoryPath()

Here you can find the source of getTempDirectoryPath()

Description

get Temp Directory Path

License

Apache License

Declaration

public static String getTempDirectoryPath() 

Method Source Code

//package com.java2s;
//License from project: Apache License 

public class Main {
    public static String getTempDirectoryPath() {
        return System.getProperty("java.io.tmpdir");
    }//from  w w w  . j a v a  2  s .  c o  m
}

Related

  1. getTempDirectory()
  2. getTempDirectory()
  3. getTempDirectory()
  4. getTempDirectory(Class c)
  5. getTempDirectory(String applicationName)
  6. getTempDirectoryPathString()
  7. getTempDirectoryStr()
  8. getTempDirFile()
  9. getTempDirFilePath(String name)