1#ifndef __RANDOMDIRGENERATOR_H_
2#define __RANDOMDIRGENERATOR_H_
8std::string timeToStr(
const std::time_t& time_p);
10std::string GenerateRandomString(
size_t len);
11std::filesystem::path CreateRandomSubDir(
12 const std::filesystem::path& parentDir);
13std::filesystem::path GetRandomSubDirPath(
14 const std::filesystem::path& parentDir);