Class FileSupport


  • public class FileSupport
    extends Object
    Supportive file operations
    • Constructor Detail

      • FileSupport

        public FileSupport()
    • Method Detail

      • deleteFile

        public static void deleteFile​(File file)
                               throws IOException
        Deletes a File. If it is a directory it will be performed recursivly.
        Throws:
        IOException
      • deleteFileQuiet

        public static boolean deleteFileQuiet​(File file)
        Deletes a File. If it is a directory it will be performed recursivly. Exceptions will be swallowed, only a logmessage will be printed.
        Returns:
        true if successfull