diff --git a/main.cpp b/main.cpp index 1ed4ca4..7d23f55 100644 --- a/main.cpp +++ b/main.cpp @@ -139,6 +139,7 @@ void sortPath(std::string path, std::vector Paths) for (int x = 0; x < Paths[i].extentions.size(); x++) { if(Paths[i].extentions[x] == file.path().extension()) { + std::cout << file.path().string() << std::endl; fs::rename(file.path().string(), Paths[i].path + file.path().filename().string()); } }