public class IOUtils extends Object
Constructor and Description |
---|
IOUtils() |
Modifier and Type | Method and Description |
---|---|
static void |
clearTemporaryFolder()
Clear the Temporary folder.
|
static void |
createTemporaryFolder()
Create the Temporary folder (if it does not exist).
|
static File |
getTemporaryFile(String FileName,
String Extension)
Get a Temporary file with a given Filename and a given Extension.
|
public static File getTemporaryFile(String FileName, String Extension)
FileName
- - Filename of the Temporary fileExtension
- - File extension of the temporary file.public static void createTemporaryFolder() throws IOException
IOException
- if no temporary folder could be created.public static void clearTemporaryFolder() throws IOException
IOException
- if the temporary folder could not be deleted.Copyright © 2018. All rights reserved.