Expand description
Path format and mapping rules.
Mirrors Python openjd.expr._path_mapping.
Structs§
- Path
Mapping Rule - A path mapping rule.
Enums§
- Path
Format - Path format (POSIX, Windows, or URI).
Functions§
- apply_
rules - Apply a list of path mapping rules to a path. First match wins.
- apply_
rules_ with_ format - Apply rules with an explicit output format.
- is_uri
- Check if a string is a URI (has a scheme:// prefix).