#include #include #include #include #include "managers/directory_manager.h" namespace fs = std::filesystem; std::string Manager::directory_manager::create_directory_process(Model::Song song, const std::string& root_path) { auto curr_path = fs::path(root_path); if (fs::exists(curr_path)) { std::cout<<"path exists"<