When my program runs for the first time I simply want to CREATE the file but not write anything to it. (filename.dat)
Later on in the program I will be writing and saving the data and that works fine but having a problem with "file doesn't exist" on the first run of the program and I can't figure this out.
Want to create the file the first time I run the program and then I suppose have it check (although don't really need that I guess) to see if it exists but WITHOUT altering the file in any way. -- thanks much for any help