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

Method removeDir

src/fileaccess.cpp:1034–1037  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1032}
1033
1034bool FileAccess::removeDir(const QString& dirName)
1035{
1036 return DefaultFileAccessJobHandler::rmDir(dirName);
1037}
1038#endif // !AUTOTEST
1039
1040bool FileAccess::symLink(const QString& linkTarget, const QString& linkLocation)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected