Library Moduletuist.path 0.3.5Path
Path
import Path
Module information
- Declarations
- 57
- Symbols
- 67
Uncategorized
Types
struct AbsolutePath
enum PathValidationError
Describes the way in which a path is invalid.
struct RelativePath
Represents a relative file system path. A relative path never starts with a
/
character, and holds a normalized string representation. As with AbsolutePath, the normalization is strictly syntactic, and does not access the file system in any way.