korat.utils.io
Class FileUtils

java.lang.Object
  extended by korat.utils.io.FileUtils

public class FileUtils
extends Object


Constructor Summary
FileUtils()
           
 
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
 

Constructor Detail

FileUtils

public FileUtils()
Method Detail

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 -