public class FileHelper extends Object
Constructor and Description |
---|
FileHelper() |
public static File createTempDir(String path)
path
- The name of the temporary directory to create. A timestamp will be
added to make a unique directory, so you can use this method
several times with the same path. A common use is to give the
name of the class that needs to create the directory.RuntimeException
- if we can not write in temporary directoryCopyright © 2015. All rights reserved.