I am trying to find out if a file exists in a directory. I am using a tFileExist and for the file name/stream I am putting: "C:/Users/user/Documents/directory/0697.*" So I am trying to find out if any files starting with 0697. I have done this but when I run it the tfileExist returns false even if there is a file in the directory starting with 0697. Any Suggestions?