08-26-2010 10:30 PM
Hello,
My vi performs statistics on multiple data files, and I was wondering if it is possible to correlate the new file names (of the results) to their original data sets. For example: data files names: data1 & data2 will output result files: data1_result & data2_result.
Is this possbile to do?
Thank you?
Solved! Go to Solution.
08-26-2010 10:49 PM
Sure it's just a matter of taking the file paths you are starting with and doing some file path strips and builds to generate a new file path from that. It seems like you are already doing some file path building in your VI so I'm sure you can figure out what you want to do.
08-27-2010 12:35 AM
Cool, thanks, I haven't thought about striping the path....
08-27-2010 02:03 AM
Just for future reference, if someone will have a similar question, see attached file.
08-27-2010 02:07 AM - edited 08-27-2010 02:07 AM
08-27-2010 02:31 AM
I hope this one is better 🙂
08-27-2010 09:51 AM
So if file path stripping and building was the solution to your problem, then shouldn't my message #2 be marked as the solution?