Kagome
Polkadot Runtime Engine in C++17
kagome::filesystem Namespace Reference

Functions

bool createDirectoryRecursive (const path &path)
 

Detailed Description

Copyright Soramitsu Co., Ltd. All Rights Reserved. SPDX-License-Identifier: Apache-2.0

Function Documentation

bool kagome::filesystem::createDirectoryRecursive ( const path &  path)
inline

Creates directories recursively

Parameters
pathfull path or relative path to directory to be created
Returns
true if path exists, otherwise false

Definition at line 18 of file directories.hpp.