12-04-2007 10:54 AM
12-04-2007 10:55 AM
12-04-2007 11:19 AM
Hi Altenbach,
I´ve already seen the link you send me. Have you seen my vi in attchment? I couldn't concatenate the path with the "Concatenate String" yet. It don´t work. Try it and tell me.
Thanks,
Celia
12-04-2007 11:28 AM - edited 12-04-2007 11:30 AM
If your VI is at c:abc\myvi.vi, then that's what the current path returns. You are trying to create a file c:abc\myvi.vidata.txt, probably not a good choice!
NEVER use path-to-string or string-to-path unless you are dealing with an OS specific function. To manipulate paths, you should use exclusively strip path and build path functions. In this case, you would strip once when in the development environment and twice when in an executable. There is an openG function that automatically does it or you can write your own.
12-04-2007 12:08 PM
Hi Altenbach,
Thank you for your attention. I tried your suggestion but the result was the same, it didn't concatanated the name of my file data.txt, that is: My directory is c:\1747 and I want c:\1747\data.txt to use in file path terminal of the New File, but the result in appended path terminal of the Build Path is only c:\1747\
Thanks,
Celia
12-04-2007 01:24 PM - edited 12-04-2007 01:24 PM
Most likely, your indicator is not wide enough! 🙂
A path indicator will wrap to a new line at path delimiter boundaries. Just resize your indicator to see it all.
12-04-2007 02:39 PM
12-05-2007 06:31 AM
Good morning Altenbach, . |
You're right. Thank you very much.
Celia