static constexpr const char SERVER_KEY_PATH[]
static constexpr const char CLIENT_KEY_PATH[]
C++20 we could use constexpr std::string
Author: Sven Gothel sgothel@jausoft.com Copyright (c) 2022 Gothel Software e.K.
static bool mkdirKeyFolder()
static bool rmKeyFolder()
bool mkdir(const std::string &path, const fmode_t mode=jau::fs::fmode_t::def_dir_prot, const bool verbose=false) noexcept
Create directory.
bool remove(const std::string &path, const traverse_options topts=traverse_options::none) noexcept
Remove the given path.
@ recursive
Traverse through directories, i.e.