wyvern.util
Class FileUtils

java.lang.Object
  extended bywyvern.util.FileUtils

public class FileUtils
extends java.lang.Object

1.4-compatible filesystem utilities.

Version:
1.0, Jun 05, 2003
Author:
Steve Yegge

Constructor Summary
FileUtils()
           
 
Method Summary
static boolean touchFile(java.lang.String path)
          Touches the file: creates if nonexistent, and sets the last-modified time on the file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileUtils

public FileUtils()
Method Detail

touchFile

public static boolean touchFile(java.lang.String path)
Touches the file: creates if nonexistent, and sets the last-modified time on the file.

Parameters:
path - absolute path to the file
Returns:
true if it succeeded