Hi guys,
This must be pretty trivial, but I can't find a way to do it.
I just want to add a button on my vi, which opens up a folder to browse at a known path.
So lets say I generate reports into the following folder, c:\Temp, I wanna click on a button and it'll open up the Temp folder for browsing as though I went Start->run->C:\Temp
已解决! 转到解答。
Capture the button press & place the "File I/O>>Advanced File Functions>>File Dialog" in that event case. Wire the desired path as the start path.
No, Ian got it right hence why I marked this as solved a few hours ago.
I dont want to get a path to a folder to use in Labview (if so I would have use a file dialog like you suggested), I wanted to purely open a folder in Wnidows as though I'm using explorer - thanks Ian.