by jwilcock » Thu Mar 06, 2025 1:28 am
Hello, I have a complicated search I perform on a folder with a ton of files (using the filter with regexp). It takes a while to scan through all the folders and sub-folders. All the folders in the root folder are namedtarting with a serial number (e.g. 35526 Project Name). So basically, the newest folders are at the end of that folder list with higher numbers. I'd like to perform the scan in reverse order since all the older folders with smaller serials have previously been scanned and are less likely to need to be scanned again. Is this possible?