Go to the source code of this file.
|
| std::filesystem::path | hmap::add_filename_suffix (const std::filesystem::path &file_path, const std::string &suffix) |
| | Adds a suffix to the filename of a given file path.
|
| |
| std::filesystem::path | hmap::make_unique_temp_dir (const std::string &prefix) |
| | Create a unique temporary directory.
|
| |
| std::string | hmap::zfill (const std::string &str, int n_zero) |
| | Pads the beginning of a string with zeros until it reaches a specified length.
|
| |
- Copyright
- Copyright (c) 2023 Otto Link. Distributed under the terms of the GNU General Public License. The full license is in the file LICENSE, distributed with this software.