ExAequo v0.1.2 ExAequo.SysInterface.Implementation View Source

Link to this section Summary

Link to this section Types

Specs

lstat_result() :: {:ok, File.Stat.t()} | {:error, File.posix()}

Link to this section Functions

Specs

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

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

Link to this function

lstat(path, options \\ [])

View Source

Specs

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

Specs

wildcard(Path.t(), keyword()) :: [binary()]

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