wildcard icon indicating copy to clipboard operation
wildcard copied to clipboard

Efficient file system pattern matching in Java

Results 1 wildcard issues
Sort by recently updated
recently updated
newest added

If I create an object with: ``` Paths paths = new Paths("/", "foo"); ``` There is always one `foo` element returned, like: ``` com.esotericsoftware.wildcard.Paths$Path dir = "/" name = "foo"...