from pathlib import Path def resolve_path(*p: str): return Path(*p).expanduser().resolve().absolute()