public class FileUtil
extends java.lang.Object
| Constructor and Description |
|---|
FileUtil() |
| Modifier and Type | Method and Description |
|---|---|
static java.io.File |
file(java.lang.String s)
A method to get a File object.
|
static java.io.File |
file(java.lang.String base,
java.lang.String s)
A method to get a File object.
|
static java.lang.String |
mkdir(java.lang.String s)
Creates the directory s (and any parent directories needed).
|
public static java.lang.String mkdir(java.lang.String s)
String - path/directory to create.String - report of path/directory creation.public static java.io.File file(java.lang.String s)
String - path to file object to create.public static java.io.File file(java.lang.String base,
java.lang.String s)
String - base pathString - file nameCopyright ? 2002 Apache Software Foundation. All Rights Reserved.