korat.utils.io
Class FileUtils
java.lang.Object
korat.utils.io.FileUtils
public class FileUtils
- extends Object
Method Summary |
static void |
appendSuffix(File dir,
int numOfPlaces)
appends special suffix (number of all files) to all files within given
directory |
static void |
deleteFolder(File dir,
boolean deleteFolderItself)
Deletes given folder with all of its content |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileUtils
public FileUtils()
deleteFolder
public static void deleteFolder(File dir,
boolean deleteFolderItself)
- Deletes given folder with all of its content
- Parameters:
dir
- deleteFolderItself
-
appendSuffix
public static void appendSuffix(File dir,
int numOfPlaces)
- appends special suffix (number of all files) to all files within given
directory
- Parameters:
dir
-