# GetMountPath()

> Retrieves the path where the archive was mounted.

## Definition

* **Type:** Method
* **Namespace:** [Unity.IO.Archive](/engine/6000.3/script-reference/unity/io/archive.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public string GetMountPath()
```

### Returns

| Type                                                           | Description                                     |
| -------------------------------------------------------------- | ----------------------------------------------- |
| [string](https://learn.microsoft.com/dotnet/api/system.string) | Returns the path where the archive was mounted. |
