Add new comment

In most common case, if you have nested folder structure, all files resides on deepest level.

So, the program will need to do full folder recursion before 1st file will be found. It will be VERY slow on big folder structure (and/or on relatively slow network storage).

--

Alex Tutubalin/FastRawViewer team