PathnameElements - cschladetsch/CsharpPyro GitHub Wiki

Pathname Elements

See Pathname.

Can be one of the:

Examples

  • '/foo/bar': an absolute path
  • 'foo/bar': a relative path
  • '^/bar': search in the parent of the current scope for an object.