fun wildcard(file: File, matcher: String): Boolean
fun wildcard(file: File, matchers: Iterable<String>): Boolean
fun wildcard(path: String, matcher: String): Boolean
fun wildcard(path: String, matchers: Iterable<String>): Boolean