Can there be a (Java 7) FileSystem for which a Path .isAbsolute() but has a null root?
Well, there are some obscure things with file systems. I made a few enterprise search crawlers, and somewhere down the road you will notice some strange file system things going on with paths. BTW: these are all implementations of custom (overridden) file systems, so no standard ones, and you can definitely argue for hours on … Read more