Code review comment for lp://qastaging/~gtalent/openlp/easyworship6

Revision history for this message
Raoul Snyman (raoul-snyman) wrote :

> That would iterate over every file and directory in the base EW6 directory

Actually, it only iterates over every directory, not every file. It gives you a list of files, and you can either iterate over the files yourself (which is usually what people do with it), or you can just check if a particular file is in the list of files.

« Back to merge proposal