LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to add list of multiple file types to file type of file dialog box in LabVIEW

How to add list of multiple file types to file type of file dialog box in LabVIEW?

 

In file dialog box there is option to add only one file type,in the list,not by seperating commas,

 

regards,

Naresh.N

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

Write the file types in pattern Input string, separated by a semicolon ;

 

For example:  *.vi;*.doc;*.jpeg;*.xls

 

This should return the set of files with matching extensions

 

Message Edited by devchander on 09-10-2008 08:02 AM
Message Edited by devchander on 09-10-2008 08:03 AM
0 Kudos
Message 2 of 2
(2,452 Views)