filelib

Functions


wildcard(Pattern) -> term()

wildcard(Pattern, Cwd) -> term()

is_dir(Dir) -> term()

is_file(File) -> term()

is_regular(File) -> term()

fold_files(Dir, RegExp, Recursive, Fun, Acc) -> term()

last_modified(File) -> term()

file_size(File) -> term()

ensure_dir(F) -> term()

compile_wildcard(Pattern) -> term()

View Functions