# Functions
No description provided by the author
EnsureDir ensures that a target directory exists (like `mkdir -p`), returning a non-nil error if any problem occurs.
EnsureFileDir ensures that a target file's parent directory exists, returning a non-nil error if any problem occurs.
No description provided by the author