org.apache.velocity.texen.util
public class FileUtil extends Object
Version: $Id: FileUtil.java,v 1.9.8.1 2004/03/03 23:23:07 geirm Exp $
Method Summary | |
---|---|
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).
|
Parameters: String path to file object to create.
Returns: File created file object.
Parameters: String base path String file name
Returns: File created file object.
Parameters: String path/directory to create. String report of path/directory creation.