public class FileUtil extends Object
| Constructor and Description |
|---|
FileUtil() |
| Modifier and Type | Method and Description |
|---|---|
static File |
file(String s)
A method to get a File object.
|
static File |
file(String base,
String s)
A method to get a File object.
|
static String |
mkdir(String s)
Creates the directory s (and any parent directories needed).
|
public static String mkdir(String s)
s - path/directory to create.public static File file(String s)
s - path to file object to create.Copyright © 2000–2016. All rights reserved.