You are on page 1of 1

public class TempDirExample

{
public static void main(String[] args)
{
System.out.println("OS current temporary directory is " + System.getProp
erty("java.io.tmpdir"));
}
}

You might also like