canonical_path(Dir::string()) -> string()
consult_config(State::rebar_state:t(), Filename::string()) -> [[tuple()]]
cp_r(Sources::[string()], Dest::file:filename()) -> ok
delete_each(Rest) -> any()
format_error(X1) -> any()
mv(Source::string(), Dest::file:filename()) -> ok
path_from_ancestor(Target::string(), To::string()) -> {ok, string()} | {error, badparent}
reset_dir(Path) -> ok | {error, Reason}
resolve_link(Path::string()) -> string()
rm_rf(Target::string()) -> ok
Remove files and directories. Target is a single filename, directoryname or wildcard expression.
split_dirname(Path::string()) -> {string(), string()}
symlink_or_copy(Source, Target) -> any()
system_tmpdir() -> file:filename()
system_tmpdir(PathComponents) -> file:filename()
touch(Path) -> ok | {error, Reason}
try_consult(File) -> any()
write_file_if_contents_differ(Filename, Bytes) -> any()
Generated by EDoc, May 1 2024, 06:45:37.