std::path¶
Status: shipped
POSIX-style path manipulation.
Public items¶
| Name | Kind | Description |
|---|---|---|
join |
fn | Joins two path fragments. |
split |
fn | Returns (dir, file) for the supplied path. |
base |
fn | Final path segment. |
dir |
fn | Directory portion. |
ext |
fn | Dotted extension, if any. |
clean |
fn | Collapses ., .., and duplicate separators. |