KIO::MkdirJob Class

Header: #include <MkdirJob>
CMake: find_package(KF6 REQUIRED COMPONENTS KIO)
target_link_libraries(mytarget PRIVATE KF6::KIOCore)
Inherits: KIO::SimpleJob

Signals

void permanentRedirection(KIO::Job *job, const QUrl &fromUrl, const QUrl &toUrl)
void redirection(KIO::Job *job, const QUrl &url)

Detailed Description

@class KIO::MkdirJob mkdirjob.h <KIO/MkdirJob>

A KIO job that creates a directory @see KIO::mkdir()

Member Function Documentation

[signal] void MkdirJob::permanentRedirection(KIO::Job *job, const QUrl &fromUrl, const QUrl &toUrl)

Signals a permanent redirection. The redirection itself is handled internally. @param job the job that is redirected @param fromUrl the original URL @param toUrl the new URL

[signal] void MkdirJob::redirection(KIO::Job *job, const QUrl &url)

Signals a redirection. Use to update the URL shown to the user. The redirection itself is handled internally. @param job the job that is redirected @param url the new url