HiPipe  0.7.0
C++17 data pipeline with Python bindings.
Functions
Filesystem utilities.

Functions

std::experimental::filesystem::path hipipe::utility::create_temp_directory (const std::string &pattern)
 Create a temporary directory. More...
 

Detailed Description

Function Documentation

◆ create_temp_directory()

std::experimental::filesystem::path hipipe::utility::create_temp_directory ( const std::string &  pattern)

Create a temporary directory.

Parameters
patternDirectory name pattern. All '%' symbols in the pattern are replaced by a random character from [0-9a-f].