get_full_path#

langchain_community.utilities.pebblo.get_full_path(path: str) str[source]#

Return an absolute local path for a local file/directory, for a network related path, return as is.

Parameters:

path (str) – Relative path to be resolved.

Returns:

Resolved absolute path.

Return type:

str