Release a directory lock previously taken with LockDirectory.
Declared in <util/fs_helpers.h>
void
UnlockDirectory(
fs::path const& directory,
fs::path const& lockfile_name);
| Name | Description |
|---|---|
| directory [in] | The directory that was locked. |
| lockfile_name [in] | The name of the lock file used to lock the directory. |