wildcard icon indicating copy to clipboard operation
wildcard copied to clipboard

Paths returns one non-existing element if alphabetic wildcard passed

Open hsz opened this issue 11 years ago • 0 comments

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.

hsz avatar Jul 10 '14 14:07 hsz