My program has a file called seas_18.se1. I must set the path to this file in order to read from it. I have added this file to my list of files over on the far right panel. My program doesn't want to recognize this file or its path. It is physically located in the /PROJECT/Files folder. What am I missing? Another program I have has files in this location and I can read from them without doing anything special. What is the exact path to files put in this location? I thought it was File.DirAssets. Should I copy this file someplace else, then try and read it from the new folder? My problem is that I must set the path to this file and doing it with either File.DirAssets or File.DirInternal does not work - the seas_18.se1 is not being found. I am stuck trying to figure out a good path so my code can find this file. Thank you for any help you can provide.