Description
org.apache.commons.io.filefilter.RegexFileFilter.accept(Path, BasicFileAttributes) filters against path
should be sth likeĀ
return toFileVisitResult(pattern.matcher(path.getFileName().toString()).matches(), path);
Attachments
Issue Links
- duplicates
-
IO-733 RegexFileFilter uses the path and file name instead of just the file name.
-
- Closed
-