langchain_community.utilities.pebblo.get_full_path

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

返回本地文件/目录的绝对本地路径,对于网络相关路径,按原样返回。

参数

path (str) – 要解析的相对路径。

返回

解析后的绝对路径。

返回类型

str