acidbase.collapse_to_path_string

acidbase.collapse_to_path_string(*paths: str) str

Join paths into a single colon-separated string.

Parameters:

*paths (str) – Path entries to join.

Returns:

paths joined with os.pathsep.

Return type:

str