Create a directory and any missing parent directories.

Synopsis

Declared in <util/fs_helpers.h>

bool
TryCreateDirectories(fs::path const& p);

Return Value

true if a new directory was created, false if it already existed.

Parameters

Name

Description

p [in]

The directory path to create.

Created with MrDocs