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

A file was selected from an open-file dialog.

# `t`

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

---

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