09-10-2008 07:45 AM
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
09-10-2008 08:01 AM - edited 09-10-2008 08:03 AM
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