Class FileManager


  • public abstract class FileManager
    extends Object
    • Constructor Detail

      • FileManager

        public FileManager()
    • Method Detail

      • moveFile

        public static void moveFile​(File source,
                                    File destination)
                             throws IOException
        Moves the given file to another location
        Parameters:
        source - The file that should be copied
        destination - The destination file that should be overwritten by the source file
        Throws:
        IOException