I am not allowed to use FileUtils in the program and error is shown when doing so. Even no suggestion is showing to import this pre-defined Class. I tried to search the solu
The line FileUtils.copyFile(); has been updated to FileHandler.copy()
FileUtils.copyFile();
FileHandler.copy()