HiPipe
0.7.0
C++17 data pipeline with Python bindings.
hipipe
core
utility
filesystem.hpp
1
/****************************************************************************
2
* hipipe library
3
* Copyright (c) 2017, Cognexa Solutions s.r.o.
4
* Copyright (c) 2018, Iterait a.s.
5
* Author(s) Filip Matzner
6
*
7
* This file is distributed under the MIT License.
8
* See the accompanying file LICENSE.txt for the complete license agreement.
9
****************************************************************************/
11
12
#pragma once
13
14
#include <experimental/filesystem>
15
#include <string>
16
17
namespace
hipipe::utility {
18
19
25
std::experimental::filesystem::path
create_temp_directory
(
const
std::string &pattern);
26
27
28
}
// namespace hipipe::utility
hipipe::utility::create_temp_directory
std::experimental::filesystem::path create_temp_directory(const std::string &pattern)
Create a temporary directory.
Generated by
1.8.16