resolve_path
resolve_path(
self ,
path: str | pathlib._local.Path[str, Path] ,
)-> ‘str | Path’
Resolve a row’s source path against the catalog root.
Relative paths resolve against the root; URIs and absolute paths pass through untouched.
| method of dascore.io.index.catalog.FileResolver | source |
resolve_path(
self ,
path: str | pathlib._local.Path[str, Path] ,
)-> ‘str | Path’
Resolve a row’s source path against the catalog root.
Relative paths resolve against the root; URIs and absolute paths pass through untouched.