C++ (Qt) QDirIterator it(path, QDir::Files, QDirIterator::Subdirectories);while (it.hasNext ()) { it.next (); findStringInFile (it.filePath ());}