# VersionControlUtils

> Contains version control system specific utility methods.

## Definition

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

```csharp
public static class VersionControlUtils
```

## Static Methods

| Method                                                                                                               | Description                                                                   |
| -------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------- |
| [IsPathVersioned](/engine/6000.6/script-reference/unityeditor/versioncontrol/versioncontrolutils/ispathversioned.md) | Allows you to check whether the specified file is tracked by version control. |
