[#UnlockDirectory] = UnlockDirectory :mrdocs: Release a directory lock previously taken with LockDirectory. == Synopsis Declared in `<util/fs_helpers.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void UnlockDirectory( xref:fs/path.adoc[fs::path] const& directory, xref:fs/path.adoc[fs::path] const& lockfile_name); ---- == Parameters [cols="1,4"] |=== | Name| Description | *directory* [in] | The directory that was locked. | *lockfile_name* [in] | The name of the lock file used to lock the directory. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#