We have a folder of 50+ text files, each one with a name in the format - smith.001, smith.002, etc. The first part is the same for all files, and the file extension is just a sequence number.
If we try to open one of these files in a DataManager, there doesn't appear to be a way of doing it, without renaming the file to something like smith001.txt
Is there a way to EITHER open the files with their current names, OR do something to rename all of the files first?