Hey,
I'm going to be using a text file to record and save values, line by line, and then pull these values out again upon restarting the application. Almost like a save file of sorts, just for some basic numeric variables.
Getting the information in and out won't be too much of an issue, however I am wondering if there is a way that during the installation of this application, I could specify a place to create and save this text file, for eg:
c:\ProgramFiles\POSx\stocklevels.text
I have VS8 Professional, so I do have the Setup Wizard tool, which may allow me to attach files. Would this work?
Is there a better way? Or am I best off just allowing the program to write to My Documents somewhere, and then access the file again from there?
Thanks.
I'm going to be using a text file to record and save values, line by line, and then pull these values out again upon restarting the application. Almost like a save file of sorts, just for some basic numeric variables.
Getting the information in and out won't be too much of an issue, however I am wondering if there is a way that during the installation of this application, I could specify a place to create and save this text file, for eg:
c:\ProgramFiles\POSx\stocklevels.text
I have VS8 Professional, so I do have the Setup Wizard tool, which may allow me to attach files. Would this work?
Is there a better way? Or am I best off just allowing the program to write to My Documents somewhere, and then access the file again from there?
Thanks.