foxes.config.get_path(pth, base)[source] Gets path object, respecting the base directory Parameters¶ pth: str or pathlib.PathThe path, optionally relative to base base: pathlib.PathThe base directory Returns¶ out: pathlib.PathThe path, absolute or relative to base directory