# Editor.CodeEditor.FindSolutionFromPath

```csharp
static string FindSolutionFromPath(string path)
```

Finds a .sln this path belongs to, this is pretty much entirely for internal usage to open engine slns

### Parameters

- `path` (`string`)

### Returns

`string`

Declared in [Editor.CodeEditor](/api/Editor.CodeEditor).
Assembly: `Sandbox.Tools`.
