PathnameElements - cschladetsch/CsharpPyro GitHub Wiki
Pathname Elements
See Pathname.
Can be one of the:
- Separator: '/'
- Identifier
- Parent Specifier
Examples
- '/foo/bar': an absolute path
- 'foo/bar': a relative path
- '^/bar': search in the parent of the current scope for an object.