The Encog Project

org.encog.util
Class Directory

java.lang.Object
  extended by org.encog.util.Directory

public final class Directory
extends java.lang.Object

Directory utilities.

Author:
jheaton

Method Summary
static boolean deleteDirectory(java.io.File path)
          Delete a directory and all children.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

deleteDirectory

public static boolean deleteDirectory(java.io.File path)
Delete a directory and all children.

Parameters:
path - The path to delete.
Returns:
True if successful.

The Encog Project