LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Problem about match pattern

I set the "match pattern" in file path node. But when I click the folder icon on the node, there displays nothing is matching the pattern in the directory. But there are some files of the specified pattern existing in the directory. No matter how I set, the file of specified pattern can not be seen. There still displays no file match the pattern. How to resolve it? Is it a bug in LabVIEW 6.1? Thanks!
0 Kudos
Message 1 of 2
(2,569 Views)
Hi,

To match patterns to say all txt files you would use *.txt
If you wish to match all txt and ini file you would use *.txt;*.ini

Hope this sorts your problem out
regards
ray farmer
Regards
Ray Farmer
Message 2 of 2
(2,569 Views)