Is it possible to save some fields in the program, or do I have to write them to a file?
Example:
- I open a file (with OpenFileDialog) and put it in a FileInfo
- close the program
- restart the program
- go to open -> recent -> select the previous File
Thanks
You can use for example the settings file to store the paths to those files(see here)
Then on startup, lookup the path in settings and create a fileinfo