Code works fine, but I'm getting this "recomendation from your mentor": "The files should not be copied in the order they were added, but from the first part to the last" I'm using a HashMap<Integer, File> and then a for(i) loop to read/write every file in order. I checked this with multiple *.txt.part* files and it works.