summaryrefslogtreecommitdiffstats
path: root/src/dir.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #8595 from albert-github/feature/bug_674442Dimitri van Heesch2021-06-131-0/+7
|\
| * bug_674442 CREATE_FOLDERS should not create unused foldersalbert-github2021-06-121-0/+7
* | Guard #include of "filesystem.hpp" to not break std::min/std::maxDimitri van Heesch2021-06-121-0/+2
|/
* Fix compilation issue on WindowsDimitri van Heesch2021-03-261-1/+1
* Fix difference in behaviour betwee QDir::exists and Dir::exist()Dimitri van Heesch2021-03-251-1/+2
* Refactoring: replace QFile/FTextStream with fstream/stringstreamDimitri van Heesch2021-03-181-0/+10
* Refactoring: Replaced QDir with DirDimitri van Heesch2021-03-181-0/+292