Nektar++
|
#include <filesystem>
#include <algorithm>
#include <chrono>
#include <random>
Go to the source code of this file.
Namespaces | |
namespace | Nektar |
namespace | Nektar::LibUtilities |
Functions | |
static std::string | Nektar::LibUtilities::PortablePath (const fs::path &path) |
create portable path on different platforms for std::filesystem path. More... | |
static fs::path | Nektar::LibUtilities::UniquePath (std::string specFileStem) |
Create a unique (random) path, based on an input stem string. The returned string is a filename or directory that does not exist. More... | |