KASKADE 7 development version
|
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | Kaskade |
Functions | |
std::string | Kaskade::createFileName (std::string const &desiredName, std::string const &ending=std::string(), bool useEnding=true, int length=3) |
create file name More... | |
bool | Kaskade::createFolder (std::string folder_name) |
std::string | Kaskade::createFileNameInFolder (std::string folderName, std::string const &desiredName, std::string const &ending=std::string(), bool const useEnding=true, int const length=3) |