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 ...
Latest Versions
14 versions โ| Version | Vulnerabilities | Usages | Date | |
|---|---|---|---|---|
1.3.x | 1.3.1 |
7
| Feb 13, 2021 | |
| 1.3.0 |
10
| Feb 13, 2021 | ||
1.2.x | 1.2.2 |
8
| Feb 13, 2021 | |
| 1.2.1 |
7
| Feb 13, 2021 | ||
| 1.2.0 |
8
| Feb 13, 2021 | ||
1.1.x | 1.1.0 |
6
| Feb 13, 2021 | |
1.0.x | 1.0.0 |
6
| Feb 13, 2021 | |
0.6.x | 0.6.1 |
3
| Feb 13, 2021 | |
| 0.6 |
3
| Feb 13, 2021 | ||
0.5.x | 0.5 |
3
| Feb 13, 2021 | |
0.4.x | 0.4 |
2
| Feb 13, 2021 | |
0.3.x | 0.3.2 |
1
| Feb 13, 2021 | |
| 0.3.1 |
1
| Feb 13, 2021 | ||
| 0.3 |
0
| Feb 13, 2021 |
