exfile v0.1.0 Exfile.File

Represents a file stored on a Backend.

Summary

Types

file :: %Exfile.File{backend: term, backend_meta: term, id: term, meta: term}

Functions

download(file)

Specs

download(file) ::
  {:ok, Exfile.LocalFile.t} |
  {:error, :file.posix}
exists?(file)

Specs

exists?(file) :: true | false