Paths.get("").relativize(Paths.get("x")) different on Windows and Unix

Weijun Wang weijun.wang at oracle.com
Wed Feb 4 14:33:45 UTC 2015


On Windows, it's ..\x. On Unix (Mac OS X here), it's x.

What does it mean on Windows?

Thanks
Max


More information about the nio-dev mailing list