I have a folder with long path names here, and I am trying to get all files with 'CC' in their path names. I tried dirPlus('<path>\TestFolder', 'DirFilter', 'CC', 'RecurseInvalid', true), but it finds 0 files. Why is it not working? The same code has worked with other folders before.