martaPath

Value nonRootComponents

let Path.nonRootComponents: Array<String>

Path component strings, excluding the root (/) component. For /foo/bar.txt, an array containing foo and bar.txt is returned. For /, returns an empty array.