Hi! I'm using the "file dialog" box to get the path of several files (set to not be limited to one file). If I select only one file, it works fine. If I select several, it says that it can't find the path of the first selected file (see pics). Anyone has a solution ?
Thanks for that fast answer. Observing your VI, I noticed that the only difference is that in your code you do not precise the "start path"... i removed it in my application, and it works... So it looks like the dialog box doesn't like when the files to select are not in the same folder described by "start path"... weird...