This commit is contained in:
jrandom
2004-09-29 20:12:26 +00:00
committed by zzz
parent ea8dc2e0af
commit 24966c812f

View File

@ -33,7 +33,7 @@ public class FileUtil {
/**
* Delete the path as well as any files or directories underneath it.
*
* @param path path to the directory being deleted
* @param target the file or directory being deleted
* @param failIfNotEmpty if true, do not delete anything if the directory
* is not empty (and return false)
* @return true if the path no longer exists (aka was removed),