Copyright © 2017 Marc Worrell
Authors: Marc Worrell (marc@worrell.nl).
| ensure_dir/1 | Ensure the directory of a file is present. |
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