anvl_fn ¶This module contains functions for composing and manipulating directory and file names.
stringify_atoms(L) ¶-spec stringify_atoms([component()]) -> [string()].
Convert all atoms in the filename component list to strings.
ensure_type/2 ¶-spec ensure_type(file:filename(), list) -> [integer()];
(file:filename(), binary) -> binary().
Convert filename to the specified type.
workdir(Components, Type) ¶-spec workdir([component()], binary) -> binary();
([component()], list) -> [integer()].
Same as workdir/1, but only returns values of the specified type.
workdir(Components) ¶-spec workdir([component()]) -> file:filename().
Return a filename within the working directory by joining the list of components.