caleyjag Posted August 17, 2020 Report Share Posted August 17, 2020 I'm aware of this thread over at NI: https://forums.ni.com/t5/LabVIEW/select-multiple-files-and-folders/td-p/3049461 I have an application where I want to manually select a handful of folders (which in my case live in the same directory) and automatically fill their paths into an array. As stated in the discussion linked above, the File Dialog express VI offers a mode to select multiple files, but as I can tell it does not offer the functionality to select multiple folders. Am I missing an obvious solution? Quote Link to comment
dadreamer Posted August 18, 2020 Report Share Posted August 18, 2020 I'm kind of unsure whether this could be accomplished with a common File Dialog or an underlying yellow File Dialog and its ExtFileDialog internal function. But you could switch to .NET and use some third party libraries available. One of those is BetterFolderBrowser proposed here. I have just tested it on both 32- and 64-bit LabVIEW 2019/2020 and it works great. Here's the basic example: Untitled 1.vi 2 Quote Link to comment
caleyjag Posted September 3, 2020 Author Report Share Posted September 3, 2020 On 8/18/2020 at 5:07 AM, dadreamer said: I'm kind of unsure whether this could be accomplished with a common File Dialog or an underlying yellow File Dialog and its ExtFileDialog internal function. But you could switch to .NET and use some third party libraries available. One of those is BetterFolderBrowser proposed here. I have just tested it on both 32- and 64-bit LabVIEW 2019/2020 and it works great. Here's the basic example: Untitled 1.vi 8.07 kB · 5 downloads I wasn't able to get the BetterFolderBrowser DLL working on my system unfortunately. Quote Link to comment
dadreamer Posted September 4, 2020 Report Share Posted September 4, 2020 10 hours ago, caleyjag said: I wasn't able to get the BetterFolderBrowser DLL working on my system unfortunately. Could you elaborate on the problem you are facing? If you received Error 1386: The Specified .NET Class is Not Available in LabVIEW, then you most likely should unblock the DLL downloaded first and only after that you launch LabVIEW and run that example. See this article for the details. Quote Link to comment
Rikkom Posted January 21, 2021 Report Share Posted January 21, 2021 Where can we download the DLL from? Thanks! Quote Link to comment
dadreamer Posted January 21, 2021 Report Share Posted January 21, 2021 Just now, Rikkom said: Where can we download the DLL from? Here 😉 1 Quote Link to comment
mht29 Posted June 27, 2021 Report Share Posted June 27, 2021 Worked for me - Windows 10, LabVIEW 2016 32 and 64 bit (64bit didn't work the first time I tried it, 32bit did, then 64bit worked after that). Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.