# Editor.EditorUtility.Mounting.Refresh

```csharp
static System.Threading.Tasks.Task Refresh(string name)
```

Flush this source to force a refresh. Unmount and re-mount, updating and getting a list of all the new files.
This is used during development to force an update of the files, so you don't have to restart the editor.

### Parameters

- `name` (`string`)

### Returns

`System.Threading.Tasks.Task`

Declared in [Editor.EditorUtility.Mounting](/api/Editor.EditorUtility.Mounting).
Assembly: `Sandbox.Tools`.
