View Source Evision.UtilsFS (Evision v0.2.7)

Summary

Types

t()

Type that represents an UtilsFS struct.

Types

@type t() :: %Evision.UtilsFS{ref: reference()}

Type that represents an UtilsFS struct.

  • ref. reference()

    The underlying erlang resource variable.

Functions

Link to this function

getCacheDirectoryForDownloads()

View Source
@spec getCacheDirectoryForDownloads() :: binary() | {:error, String.t()}

getCacheDirectoryForDownloads

Return

Python prototype (for reference only):

getCacheDirectoryForDownloads() -> retval
Link to this function

getCacheDirectoryForDownloads(named_args)

View Source
@spec getCacheDirectoryForDownloads(Keyword.t()) :: any() | {:error, String.t()}