Save file info in program c#

Posted by rubentjeuh on Stack Overflow See other posts from Stack Overflow or by rubentjeuh
Published on 2010-05-11T10:08:18Z Indexed on 2010/05/11 10:14 UTC
Read the original article Hit count: 262

Filed under:
|
|

Hello,

Is it possible to save some fields in the program, or do I have to write them to a file?

Example:

1) I open a file (with OpenFileDialog) and put it in a FileInfo
2) close the program
3) restart the program
4) go to open -> recent -> select the previous File

Thanks

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET