Expand description
Type that represents a path in a file system. Objects of this type own a String that holds the
“full” path and provide an iterator that goes over individual components of the path. This
approach is used to allow passing the path string, from one open()
method to the next,
without the need to copy the path itself.