package java.nio.file; public interface Path // extends Comparable, Iterable { FileSystem getFileSystem(); }