| 914 | } |
| 915 | |
| 916 | bool 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 | |
| 925 | QString FileAccess::getTempName() const |
| 926 | { |