edu.emory.mathcs.util.io
Class FileUtils

java.lang.Object
  extended byedu.emory.mathcs.util.io.FileUtils

public class FileUtils
extends java.lang.Object


Method Summary
static void deleteRecursively(java.io.File f)
          Removes the specified file or a directory with all its subdirectories.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

deleteRecursively

public static void deleteRecursively(java.io.File f)
Removes the specified file or a directory with all its subdirectories.

Parameters:
f - the file or directory to delete