I have a folder in which Find doesn't work

It's because all the files in that archive have several random attributes set which makes Opus think they're offline files (and by design Opus doesn't try to search offline files).

The easiest way to fix it I think is to open a DOS prompt in the root of that folder, and run the command:

attrib -x -p -u -o * /s /d

1 Like