LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Create/choose folder path

Solved!
Go to solution

So far I'm able to choose a file path, but not just the folder. I use LV2010. Is there some vi I haven't found which allows you to browse to a folder instead of choosing a file?

 

I want the user to choose the folder to save files in the beginning of the program, and then the program will create a file with a datestamp and the read data. So the first part is missing 🙂

0 Kudos
Message 1 of 5
(12,281 Views)

Hi Livermor,

 

What type of data are you trying to save your files as? Is it possible to attach your code that is allowing you to choose the file path please?

 

Thanks

Tori
Student
0 Kudos
Message 2 of 5
(12,278 Views)

I used the express VI for user dialog as a starter, and edited it a little bit. So right now it's a bit messy I know.

What I want is for that user dialog to just prompt for the folder path, and not have to choose a file. 

 

Further, for the file name creation I use the image attached (it is part of a greater program, which is too huge to post right now).

Download All
0 Kudos
Message 3 of 5
(12,274 Views)
Solution
Accepted by livermor

Hi Livermor,

 

Thanks for the quick reply.

 

On the "userid_path_subvi.vi" go to the block diagram.

 

If you right click on the "Folder" control that you created --> Properties --> Select "Folders" under "Selection Mode".

 

Hope that helps!

Tori
Student
Message 4 of 5
(12,268 Views)

Thank you very much! Exactly what I was looking for 🙂

0 Kudos
Message 5 of 5
(12,263 Views)