From 7fdfc38df65461e1268dcda38e2ab6767733788b Mon Sep 17 00:00:00 2001 From: vertexgamer <31879979+vertexgamer@users.noreply.github.com> Date: Tue, 3 May 2022 20:11:35 +0200 Subject: [PATCH] Update Pizzaiolo.cpp --- Pizzaiolo.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Pizzaiolo.cpp b/Pizzaiolo.cpp index 0823a4e..0f21ed1 100644 --- a/Pizzaiolo.cpp +++ b/Pizzaiolo.cpp @@ -66,9 +66,9 @@ int main() } for (const auto& entry : fs::recursive_directory_iterator(cartella)) { //it gets the path of the files inside the folder percorso = entry.path().string(); - if (inizio == "\"") { + //if (inizio == "\"") { percorso = "\"" + percorso + "\""; - } + //} while (argomenti.find("perin") != string::npos) argomenti.replace(argomenti.find("perin"), 5, percorso); //it replace "percorso" with the file path