# `Plushie.Effect.Result.FileSaved`
[🔗](https://github.com/plushie-ui/plushie-elixir/blob/v0.7.2/lib/plushie/effect/result.ex#L68)

A file path was chosen in a save dialog.

# `t`

```elixir
@type t() :: %Plushie.Effect.Result.FileSaved{path: String.t()}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
