public class PathUtil extends Object
| Constructor and Description |
|---|
PathUtil() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
createFolder(String folderPath)
Create folder recursively
|
static String |
getFolder(String path)
Get parent folder of specified path
|
public static boolean createFolder(String folderPath)
folderPath - folder to createCopyright © 2021. All rights reserved.