Hey guys, I constantly failed at this message : "The following information must be displayed on the console: "Total folders: [the number of folders in the directory and sub-directories]"." However, I cannot understand where is the bug. I once guessed whether it is because the request of getting total folders are : " [the number of folders in the directory and sub directories]" , so I explicitly changed my method in class `VisitFiles` visitFile() to explicitly check the file attribution `attr`, however, it still failed. Any clue on where I might be wrong ?