API for accessing hierarchical file systems. Clients use [[Path]]s to obtain [[Resource]]s representing files or directories. `Path` contains many useful operations for manipulating paths: value path = parsePath("/Users/Trompon/Documents"); value child = path.childPath("hello.txt"); value sibling = child.siblingPath("goodbye.txt"); value parent = path.parent; The attribute [[resource|Path.resource]] of `Path` is used to obtain a `Resource`. It is usually necessary to ...
Version1.2.2compared with

Version Details

Compile Changes (2)

1.2.1 1.2.2
ChangeGroup / ArtifactPreviousCurrent
~ Updated ceylon » collection1.2.11.2.2
~ Updated ceylon » language1.2.11.2.2