Interface IPathMatcher
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/java/nio/file/PathMatcher.html
public interface IPathMatcher
Methods
Matches(Path)
https://docs.oracle.com/javase/8/docs/api/java/nio/file/PathMatcher.html#matches-java.nio.file.Path-
bool Matches(Path arg0)