# Editor.EditorUtility.SaveFileDialog

```csharp
static string SaveFileDialog(string title, string extension, string defaultPath)
```

Open a file save dialog. Returns null on cancel, else the absolute path of the target file.

### Parameters

- `title` (`string`)
- `extension` (`string`)
- `defaultPath` (`string`)

### Returns

`string`

Declared in [Editor.EditorUtility](/api/Editor.EditorUtility).
Assembly: `Sandbox.Tools`.
