LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Ho to move selected files to another directory

Solved!
Go to solution

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

0 Kudos
Message 11 of 16
(1,702 Views)
Solution
Accepted by topic author OnlyOne

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.

 

.move file by pattern - one folder.png


Message Edited by blawson on 10-20-2009 11:29 AM
-Barrett
CLD
Message 12 of 16
(1,696 Views)

Perfect, now its running as i want.

Thanks to all for the fast help.

0 Kudos
Message 13 of 16
(1,691 Views)

 

 

hi,

 

 can u change the version of this program im using labview 8.6 and labview 7.0

 

Regards,
N. Srinivasan
0 Kudos
Message 14 of 16
(1,663 Views)

Which version do you want?

 

BTW, it is a simple code, you can do it for/by yourself from this snippet. Smiley Wink

- Partha ( CLD until Oct 2027 🙂 )
0 Kudos
Message 15 of 16
(1,656 Views)
Attached VI is in version 8.0.
- Partha ( CLD until Oct 2027 🙂 )
0 Kudos
Message 16 of 16
(1,652 Views)