13#ifndef KASKADE_SAVE_FILE_HH_
14#define KASKADE_SAVE_FILE_HH_
29 std::string
createFileName(std::string
const& desiredName, std::string
const& ending = std::string(),
bool useEnding =
true,
int length = 3);
33 std::string
createFileNameInFolder(std::string folderName, std::string
const& desiredName, std::string
const& ending = std::string(),
bool const useEnding =
true,
int const length = 3);
std::string createFileName(std::string const &desiredName, std::string const &ending=std::string(), bool useEnding=true, int length=3)
create file name
std::string createFileNameInFolder(std::string folderName, std::string const &desiredName, std::string const &ending=std::string(), bool const useEnding=true, int const length=3)
bool createFolder(std::string folder_name)