Zeth - Zerocash on Ethereum  0.8
Reference implementation of the Zeth protocol by Clearmatics
filesystem_util.hpp
Go to the documentation of this file.
1 // Copyright (c) 2015-2022 Clearmatics Technologies Ltd
2 //
3 // SPDX-License-Identifier: LGPL-3.0+
4 
5 #ifndef __ZETH_SERIALIZATION_FILESYSTEM_UTIL_HPP__
6 #define __ZETH_SERIALIZATION_FILESYSTEM_UTIL_HPP__
7 
8 #include <boost/filesystem.hpp>
9 
10 namespace libzeth
11 {
12 
19 boost::filesystem::path get_path_to_setup_directory();
20 
25 boost::filesystem::path get_path_to_debug_directory();
26 
27 } // namespace libzeth
28 
29 #endif // __ZETH_SERIALIZATION_FILESYSTEM_UTIL_HPP__
libzeth
Definition: binary_operation.hpp:15
libzeth::get_path_to_debug_directory
boost::filesystem::path get_path_to_debug_directory()
Definition: filesystem_util.cpp:28
libzeth::get_path_to_setup_directory
boost::filesystem::path get_path_to_setup_directory()
Definition: filesystem_util.cpp:10