[#TryCreateDirectories] = TryCreateDirectories :mrdocs: Create a directory and any missing parent directories. == Synopsis Declared in `<util/fs_helpers.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool TryCreateDirectories(xref:fs/path.adoc[fs::path] const& p); ---- == Return Value true if a new directory was created, false if it already existed. == Parameters [cols="1,4"] |=== | Name| Description | *p* [in] | The directory path to create. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#