ensure_abspath

Contents

ensure_abspath#

tollan.utils.file.ensure_abspath(p: str | Path) Path[source]#

Return the full expanded absolute path.

Parameters:

p (str | Path) – Path to expand and resolve

Returns:

Fully expanded and resolved absolute path

Return type:

Path