fixing bugs, changing some code from char arrays to c++ std::string
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
#include <vector>
|
||||
#include <algorithm>
|
||||
void scan_folder(const std::string& directory);
|
||||
void action_scanfile(const char* filepath);
|
||||
void action_scanfolder(const char* folderpath);
|
||||
void action_scanfile(const std::string& filepath);
|
||||
void action_scanfolder(const std::string& folderpath);
|
||||
//void action_scanfile_t(const char* filepath);
|
||||
void scan_file_t(const std::string& filepath_);
|
||||
int initialize(const std::string& folderPath);
|
||||
|
||||
Reference in New Issue
Block a user