# filePath

> The file on which this PropertyDatabase is opened.

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor.Search](/engine/6000.7/script-reference/unityeditor/search.md)
* **Assembly:** UnityEditor

```csharp
public string filePath { get; }
```

### Remarks

Multiple [PropertyDatabase](/engine/6000.7/script-reference/unityeditor/search/propertydatabase.md)s can be opened on different files, but only a single [PropertyDatabase](/engine/6000.7/script-reference/unityeditor/search/propertydatabase.md) can be opened on a single file. You can do concurrent operations on a single instance of a [PropertyDatabase](/engine/6000.7/script-reference/unityeditor/search/propertydatabase.md), but for performance reasons you should use a view (see [PropertyDatabase.GetView](/engine/6000.7/script-reference/unityeditor/search/propertydatabase/getview.md) and [IPropertyDatabaseView](/engine/6000.7/script-reference/unityeditor/search/ipropertydatabaseview.md)).
