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

Method listDir

src/fileaccess.cpp:916–923  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

914}
915
916bool FileAccess::listDir(DirectoryList* pDirList, bool bRecursive, bool bFindHidden,
917 const QString& filePattern, const QString& fileAntiPattern, const QString& dirAntiPattern,
918 bool bFollowDirLinks, IgnoreList& ignoreList) const
919{
920 assert(mJobHandler != nullptr);
921 return mJobHandler->listDir(pDirList, bRecursive, bFindHidden, filePattern, fileAntiPattern,
922 dirAntiPattern, bFollowDirLinks, ignoreList);
923}
924
925QString FileAccess::getTempName() const
926{

Callers 1

deleteFLDMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected