Add EXTENSION parameter for filename

This commit is contained in:
2020-04-20 10:02:05 +02:00
parent 631004a9e4
commit bf881f5468
3 changed files with 5 additions and 2 deletions
+1
View File
@@ -7,6 +7,7 @@ namespace BufferUtils
{
extern const size_t FILE_MOD;
extern const size_t FOLDER_MOD;
extern const std::string FILE_EXTENSION;
std::string get_filename(
std::string root_folder,