About Question enthuware.ocpjp.v8.3.1921 :
Posted: Sun Oct 16, 2016 4:38 am
The valid option misses a ) :
.find(Paths.get(start), howDeep, (x, y)->y.size()>1000, FileVisitOption.FOLLOW_LINKS).map(x->x.toString());
cheers
.find(Paths.get(start), howDeep, (x, y)->y.size()>1000, FileVisitOption.FOLLOW_LINKS).map(x->x.toString());
cheers