10-28-2005 03:07 PM - edited 10-28-2005 03:07 PM
Message Edited by Newguy100 on 10-28-2005 03:08 PM
10-28-2005 03:17 PM
10-28-2005 03:17 PM
The exact analogy to your MS word example is built into LabVIEW. The file menu has an entry with the most recently opened VIs. ("menu..File..Recently opened files..")
If you want to keep track of recently opened files within your application, you need to program around it. For example, you could maintain a list of recently opened files in a configuration file. You would read the configuration file at program start and update it whenever you open a new file within your application.
10-28-2005 03:21 PM
10-31-2005 01:40 PM
Hello,
It is not as though you need to write a configuration file, it's only that you can. A configuration file simply stores "keys" in a fairly standard format. In general, the writing and reading of such files is somewhat abstracted away in LabVIEW if you use the Configuration File VIs subpalette of the File I/O palette. The example finder has Write Configuration File Settings.vi and Read Configuration File Settings.vi which use the VIs in the Configuration File VIs subpalette, and server as great examples to start with!
Best Regards,
JLS