07-17-2012 05:50 AM
hi,
how can i choose a path for txt file.Here i have to choose only the path without .txt file name.File name should be create according to the data value. i have to choose only for example C:\Dokumente und Einstellungen\adhikari-thakur\Desktop\tmp\ .I can do it using it as constant path but i have no idea how to select it using browser Without choosing file name.I have attached here my vi.
thanks.
Solved! Go to Solution.
07-17-2012 05:50 AM
here is my vi..
07-17-2012 08:00 AM
Sorry, I don't have LV2011, but if you can downconvert your code I would be happy to take a look. I don't really understand your question, but I think you're asking how to select the file without browsing or having a path constant? Use a file path control, browse to the file you want loaded and set it as the default. Is this what you want?
07-17-2012 08:12 AM
So you only want to select the folder? You can set the browse options of the Path control to look for only existing folders. Would this solve your problem or is there something else?
07-17-2012 08:21 AM
@crossrulz wrote:
So you only want to select the folder? You can set the browse options of the Path control to look for only existing folders. Would this solve your problem or is there something else?
Yea, I didn't get that from his post, but re-reading with this in mind, it appears that is what the OP is needing.
07-17-2012 08:37 AM
is this what you meant? it should also work...
07-17-2012 09:28 AM - edited 07-17-2012 09:28 AM
@apok wrote:
is this what you meant? it should also work...
I think that is what he is trying to avoid.
07-17-2012 11:15 AM
07-17-2012 11:50 AM
07-23-2012 03:50 AM
ya, this is waht i am trying to avoid.