[#DirectoryCommit] = DirectoryCommit :mrdocs: Sync directory contents. This is required on some environments to ensure that newly created files are committed to disk. == Synopsis Declared in `<util/fs_helpers.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void DirectoryCommit(xref:fs/path.adoc[fs::path] const& dirname); ---- == Parameters [cols="1,4"] |=== | Name| Description | *dirname* [in] | The directory whose contents should be synced to disk. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#