Module path

Source
Expand description

Path manipulation.

This module provides the Path type for working with VEXos filesystem paths abstractly. Paths are case sensitive.

Structsยง

Path
A slice of a path (akin to str).
PathBuf
An owned, mutable path (akin to String).