I am looking for a way to test if a file exists, where that file will always begin with a fixed first few characters, and the rest of the name be varied. I have tried e=exists("/pathname/file*.txt") and it does not see the file. Is there a way with the exists command or is there a better way? Scott