Я хочу удалить открытый доступ после копирования файла и отозвать доступ снова после выполнения некоторой задачи
File srcfile = Paths.get(source, fileName).toFile();
File destFile = Paths.get(destination, fileName).toFile();
Boolean bool = destFile.setExecutable(false);
Bool всегда возвращает false