# metaPath

> Gets the path of the meta file for this Asset relative to the project root. If the Asset is a meta file, the path to the meta file is returned.

## Definition

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

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