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

Method makeDir

src/fileaccess.cpp:1029–1032  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1027
1028#if HAS_KFKIO && !defined AUTOTEST
1029bool FileAccess::makeDir(const QString& dirName)
1030{
1031 return DefaultFileAccessJobHandler::mkDir(dirName);
1032}
1033
1034bool FileAccess::removeDir(const QString& dirName)
1035{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected