|
static String | getTempPath () |
| Returns the temporary directory location from the system. More...
|
|
static String | getAbsolutePath (String path) |
| Get the absolute file path of the given directory or file. More...
|
|
static String | combinePaths (String path1, String path2) |
| Combines two strings into a filesystem path. More...
|
|
static String | combinePaths (String[] paths) |
| Combines the array of strings into a filesystem path. More...
|
|
static void | delete (String path) throws java.io.IOException |
| Delete a file. More...
|
|
static void | createSymlink (String destinationPath, String linkPath) |
| Create a symlink. More...
|
|