time_zone_info v0.1.1 TimeZoneInfo.FileArchive View Source

This module provides a function to extract files form a zipped tar archive.

Link to this section Summary

Functions

Extracts the given files from the archive.

Link to this section Functions

Link to this function

extract(archive, files)

View Source
extract(binary(), [Path.t()]) ::
  {:ok, %{optional(String.t()) => binary()}} | {:error, term()}

Extracts the given files from the archive.