com.threerings.util
Class FileUtil

java.lang.Object
  extended by com.threerings.util.FileUtil

public class FileUtil
extends Object


Constructor Summary
FileUtil()
           
 
Method Summary
static long getOldestLastModified(File dir)
          Returns the timestamp of the oldest modification date of any file within the directory.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileUtil

public FileUtil()
Method Detail

getOldestLastModified

public static long getOldestLastModified(File dir)
Returns the timestamp of the oldest modification date of any file within the directory.