connect(m_createFolderAction, &QAction::triggered, this, [this](bool) {
KIO::MkpathJob *job = KIO::mkpath(m_view->url());
KIO::FileUndoManager::self()->recordJob(KIO::FileUndoManager::Mkpath, {}, m_view->url(), job);
connect(m_createFolderAction, &QAction::triggered, this, [this](bool) {
KIO::MkpathJob *job = KIO::mkpath(m_view->url());
KIO::FileUndoManager::self()->recordJob(KIO::FileUndoManager::Mkpath, {}, m_view->url(), job);