View Source ExAequo.SysInterface.Implementation (ExAequo v0.6.6)

Summary

Types

@type date_tuple() ::
  {non_neg_integer(), 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12, 1..255}
@type lstat_result() :: {:ok, File.Stat.t()} | {:error, File.posix()}
@type param_type() :: Keyword.t() | map()
@type params_t() :: map() | Keyword.t()

Functions

See System.get_env/1.

@spec expand_path(Path.t()) :: binary()

Callback implementation for ExAequo.SysInterface.Behavior.expand_path/1.

Link to this function

lstat(path, options \\ [])

View Source
@spec lstat(Path.t(), File.stat_options()) :: lstat_result()

Callback implementation for ExAequo.SysInterface.Behavior.lstat/2.

Link to this function

wildcard(path, options \\ [])

View Source
@spec wildcard(
  Path.t(),
  keyword()
) :: [binary()]

Callback implementation for ExAequo.SysInterface.Behavior.wildcard/2.