# get_full_path

> **Function** in `langchain_community`

📖 [View in docs](https://reference.langchain.com/python/langchain-community/utilities/pebblo/get_full_path)

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

## Signature

```python
get_full_path(
    path: str,
) -> str
```

## Parameters

| Name | Type | Required | Description |
|------|------|----------|-------------|
| `path` | `str` | Yes | Relative path to be resolved. |

## Returns

`str`

Resolved absolute path.

---

[View source on GitHub](https://github.com/langchain-ai/langchain-community/blob/4b280287bd55b99b44db2dd849f02d66c89534d5/libs/community/langchain_community/utilities/pebblo.py#L161)