Release a directory lock previously taken with LockDirectory.

Synopsis

Declared in <util/fs_helpers.h>

void
UnlockDirectory(
    fs::path const& directory,
    fs::path const& lockfile_name);

Parameters

Name

Description

directory [in]

The directory that was locked.

lockfile_name [in]

The name of the lock file used to lock the directory.

Created with MrDocs