com.threerings.util
Class FileUtil
java.lang.Object
com.threerings.util.FileUtil
public class FileUtil
- extends Object
|
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 |
FileUtil
public FileUtil()
getOldestLastModified
public static long getOldestLastModified(File dir)
- Returns the timestamp of the oldest modification date of any file within the directory.