Summary
Gets the segments making up the path.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .IO - Containing Type
- NormalizedPath
Syntax
public string[] Segments { get; }
Value
| Type | Description |
|---|---|
| string[] | The segments making up the path. |
