# get_file_owner_from_path

> **Function** in `langchain_community`

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

Fetch owner of local file path.

## Signature

```python
get_file_owner_from_path(
    file_path: str,
) -> str
```

## Parameters

| Name | Type | Required | Description |
|------|------|----------|-------------|
| `file_path` | `str` | Yes | Local file path. |

## Returns

`str`

Name of owner.

---

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