-
Notifications
You must be signed in to change notification settings - Fork 1
PathnameElements
Christian Schladetsch edited this page Mar 21, 2023
·
2 revisions
See Pathname.
Can be one of the:
- Separator: '/'
- Identifier
- Parent Specifier
- '/foo/bar': an absolute path
- 'foo/bar': a relative path
- '^/bar': search in the parent of the current scope for an object.
Pyro Documentation. (C) 2023 [email protected]. All Rights Reserved.