ExAequo v0.1.2 ExAequo.SysInterface.Implementation View Source
Link to this section Summary
Functions
Callback implementation for ExAequo.SysInterface.Behavior.expand_path/1
.
Callback implementation for ExAequo.SysInterface.Behavior.lstat/2
.
Callback implementation for ExAequo.SysInterface.Behavior.wildcard/2
.
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
.
Specs
lstat(Path.t(), File.stat_options()) :: lstat_result()
Callback implementation for ExAequo.SysInterface.Behavior.lstat/2
.
Specs
Callback implementation for ExAequo.SysInterface.Behavior.wildcard/2
.