View Source Fermo.File behaviour (Fermo v0.17.0)

Link to this section Summary

Link to this section Callbacks

@callback copy(Pathname.t(), Pathname.t()) :: {:ok, [Pathname.t()]}
@callback save(Pathname.t(), String.t()) :: :ok

Link to this section Functions