Create a directory and any missing parent directories.
Declared in <util/fs_helpers.h>
<util/fs_helpers.h>
bool TryCreateDirectories(fs::path const& p);
true if a new directory was created, false if it already existed.