MCPcopy Create free account
hub / github.com/KDE/kdiff3 / mkDir

Method mkDir

src/DefaultFileAccessJobHandler.h:46–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 const QString& dirAntiPattern, bool bFollowDirLinks, IgnoreList& ignoreList) override;
45
46 static bool mkDir(const QString& dirName) {return DefaultFileAccessJobHandler(nullptr).mkDirImp(dirName);}
47 static bool rmDir(const QString& dirName) {return DefaultFileAccessJobHandler(nullptr).rmDirImp(dirName);}
48
49 bool removeFile(const QUrl& fileName) override;

Callers

nothing calls this directly

Calls 2

mkDirImpMethod · 0.45

Tested by

no test coverage detected