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" ``` However this element does not exists in the filesystem.
If I create an object with:
There is always one
fooelement returned, like:However this element does not exists in the filesystem.