How do you check to see if a data file exists before trying to open it?
This is what I want to do... when the program boots up it will check to see if this is the first time it is run or if a data file already exists. If the file exists it will open and read from it. If not it will go to another portion of the program to gather information from the user and write to a new data file before continuing.
This is what I want to do... when the program boots up it will check to see if this is the first time it is run or if a data file already exists. If the file exists it will open and read from it. If not it will go to another portion of the program to gather information from the user and write to a new data file before continuing.