LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Remebering Files.

I wrote a Vi that loads a file and controls some functions as it reads the
data file.
The user selects the file from a prompt. I can't figure out how to have the
VI Remeber files that were opened.
I want the VI to store info to a INI type or txt file that remebers recently
used files. Kinda like your web browser remebers
Recently visited sites. There may eventually be many files. Any examples
on how to do this?

Thanks
Tom


0 Kudos
Message 1 of 2
(2,337 Views)

Hi Tom,

You can use the Configuration File VIs (File I/O > Configuration File VIs subpalette) to create and maintain your own INI file(s).  They're pretty intuitive, and I imagine you can find an example or two in the Example Finder.

Good luck,
-D

Message Edited by Darren on 03-12-2006 03:30 PM

0 Kudos
Message 2 of 2
(2,336 Views)