LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to open multiple files using path control

Hi.  When using a path control, it seems to only let you select 1 file. 

I would like to be able to select more than one data file and run some calculations on each of them.  Is there anyway I can do this in Labview?

Thanks,
Adam.
0 Kudos
Message 1 of 2
(3,724 Views)
In LabVIEW 8.0, you can use the File Dialog Express VI (located at Programming>>File I/O>>Advanced File Functions). In the configuration page, check the "Allow selection of multiple files" checkbox. The Express VI will then return an array of files paths.
George M
National Instruments
Message 2 of 2
(3,719 Views)