I want to delete a file with :
File file = new File(id.toString()); Files.delete(file.toPath());
I don\'t get any exception.
or with