I&#39;ve looked at the documentation for find_file, and it seems like I have to specify all possible permutations of the name explicitly.  Is there a way to do so with a wild card?<br><br>find_file(... NAMES somefile_1.*.txt ...)<br>

<br>James<br><br>