LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple file path using Path File Control

Solved!
Go to solution

Hello everyone!

 

I would like to know if it was possible to select multiple files with a single "Path File Control". I think it would generate (if this were possible) an array of paths.

 

Is it possible to do this? If so, how can I do it?

 

Thank you so much.

 

Davide

0 Kudos
Message 1 of 3
(1,183 Views)

You need an array of the file path controls.  Unfortunately, you still have to select one file at a time.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 2 of 3
(1,143 Views)
Solution
Accepted by topic author Giadavid

I did it.

 

For all those who have the same problem, use the "File Dialog" located in Programming> File I / O> Advanced File Functions.
Once selected, go to the Properties and remove the check from the "Limit selection to single item" checkbox.

 

The result will be an array of usable paths.

0 Kudos
Message 3 of 3
(1,133 Views)