# Editor.EditorUtility.OpenFileFolder

```csharp
static void OpenFileFolder(string filepath)
```

Open given file's folder in OS file explorer and select given file.

### Parameters

- `filepath` (`string`)

Declared in [Editor.EditorUtility](/api/Editor.EditorUtility).
Assembly: `Sandbox.Tools`.
