Path
interface. Paths are always maintained in canonicalized form. That is, parent references (i.e., ../../
) and duplicate separators are resolved. For example, new Path("/a/b").append("../foo/bar")will yield the path
/a/foo/bar@author IBM @author Konstantin Komissarchik
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|