public class PathUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
deletePath(String path) |
static File |
getFile(String path) |
static List<String> |
listFilePaths(String inputPath,
String suffix) |
static boolean |
pathExists(String path) |
public static boolean pathExists(String path)
public static void deletePath(String path) throws IOException
IOExceptionCopyright © 2016. All Rights Reserved.