10-20-2009 11:14 AM
What do i have to change in his example that its not recursive but only the selected directory?
Currently it searches in the directory and subdirectory for files that fit to the patternn.
When i use the "List Folder "then i dont have the pattern-selection-thing.
Thanks
10-20-2009 11:24 AM - edited 10-20-2009 11:29 AM
the "List Folder Function" vi should have a pattern input (doesn't show up on context help, look at the full help). This vi outputs an array of strings, you should cast them back to paths using the string to path conversion
. This version is not recursive.
.
10-20-2009 11:28 AM
Perfect, now its running as i want.
Thanks to all for the fast help.
10-21-2009 11:39 PM
hi,
can u change the version of this program im using labview 8.6 and labview 7.0
10-22-2009 01:34 AM
Which version do you want?
BTW, it is a simple code, you can do it for/by yourself from this snippet. ![]()
10-22-2009 01:46 AM