LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I ....

use the pattern input on the file dialog function to filter a directory for
files containing a number of different extensions?

I can only make it filter on one extension using *.xyz on this input.


Ta very much,

Jeff
0 Kudos
Message 1 of 5
(3,155 Views)
It's trivial to use a for loop with N equal to the # of extension you're
looking for ?

Regards

Antonio

Jeff Abell scritto nell'articolo
<01be9db0$db684040$7ec69b82@queeg.tip.csiro.au>...
> use the pattern input on the file dialog function to filter a directory
for
> files containing a number of different extensions?
>
> I can only make it filter on one extension using *.xyz on this input.
>
>
> Ta very much,
>
> Jeff
>
0 Kudos
Message 2 of 5
(3,155 Views)
Separate each pattern with a semicolon.
Example: " *.exe;*.vi;*.ctl "

ej

In article <01be9db0$db684040$7ec69b82@queeg.tip.csiro.au>,
"Jeff Abell" wrote:
> use the pattern input on the file dialog function to filter a
directory for
> files containing a number of different extensions?
>
> I can only make it filter on one extension using *.xyz on this input.
>
> Ta very much,
>
> Jeff
>


--== Sent via Deja.com http://www.deja.com/ ==--
---Share what you know. Learn what you don't.---
0 Kudos
Message 3 of 5
(3,157 Views)
Hi Jeff,

Separate each pattern with a semicolon.
Example: " *.exe;*.vi;*.ctl "

ej


In article <01be9db0$db684040$7ec69b82@queeg.tip.csiro.au>,
"Jeff Abell" wrote:
> use the pattern input on the file dialog function to filter a
directory for
> files containing a number of different extensions?
>
> I can only make it filter on one extension using *.xyz on this input.
>
> Ta very much,
>
> Jeff
>


--== Sent via Deja.com http://www.deja.com/ ==--
---Share what you know. Learn what you don't.---
0 Kudos
Message 4 of 5
(3,156 Views)

Hi

for filtering specified datalog type file from specified directory,we have to mention either paterrn or datalog type in List Directory function,can i have any example for filtering to different sort of files like one is labview specific datalog and other one is any ASCII file

Can you attach sample VI for read different files with extension *.exe;*.vi

 

 

 

0 Kudos
Message 5 of 5
(2,898 Views)