# Editor.PanelWindow.PickSaveFile

```csharp
System.Threading.Tasks.Task<string> PickSaveFile(string defaultPath = null, string filters = null)
```

Ask the OS where to save a file. `defaultPath` can end in a suggested
file name. Filters as in [Editor.PanelWindow.PickOpenFile](/api/Editor.PanelWindow/PickOpenFile). Null when the user cancels.

### Parameters

- `defaultPath` (`string`), default `null`
- `filters` (`string`), default `null`

### Returns

`System.Threading.Tasks.Task<string>`

Declared in [Editor.PanelWindow](/api/Editor.PanelWindow).
Assembly: `Sandbox.Tools`.
