I have written a program that calls for a non existing (as yet) input text file as soon as it opens. later on it will save data to that sane file. But on opening i causes an error.
How can it establish the file on opening? This would happen only once the first time the program is used.
I wouldn't want to have the user manually set up the file.
How can it establish the file on opening? This would happen only once the first time the program is used.
I wouldn't want to have the user manually set up the file.