Module z_filelib

Extra file functions.

Copyright © 2017 Marc Worrell

Authors: Marc Worrell (marc@worrell.nl).

Description

Extra file functions.

Function Index

ensure_dir/1Ensure the directory of a file is present.

Function Details

ensure_dir/1

ensure_dir(Filename::file:filename_all()) -> ok | {error, term()}

Ensure the directory of a file is present. This will still work if a soft-link in the path refers to a missing directory.


Generated by EDoc