ExAequo.File (ExAequo v0.2.2) View Source
## All kind of File related stuff
Link to this section Summary
Functions
expands wc
and zips each matching file into a list of {String.t, File.Stat.t}
expands wc
and zips each matching file into a list of {String.t, File.Stat.t}
, then
filters only the files from today
Link to this section Types
Specs
date_tuple() :: {non_neg_integer(), 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12, 1..255}
Specs
lstat_result() :: {:ok, File.Stat.t()} | {:error, File.posix()}
Specs
param_type() :: Keyword.t() | map()
Specs
params_t() :: map() | Keyword.t()
Link to this section Functions
Specs
files(String.t()) :: [String.t()]
Specs
files_with_stat(String.t()) :: Enumerable.t()
expands wc
and zips each matching file into a list of {String.t, File.Stat.t}
Specs
today(String.t()) :: Enumerable.t()
expands wc
and zips each matching file into a list of {String.t, File.Stat.t}
, then
filters only the files from today