08-16-2005 06:56 PM
If "*.CSV" worked and "calib*.CSV" didn't, then:
1... My idea of an accidental wire to the DATALOG TYPE terminal is not the problem.
2... It's nothing to do with TWO asterisks in your original post.
Open a terminal window, navigate to the directory where the CSV files are, and repeat the above tests.
Try "ls *.CSV" (Mac) or "dir *.CSV" (Windows).
That should list them all.
Try "ls calib*.CSV" (Mac) or "dir calib*.CSV" (Windows).
That should list the ones starting with "calib".
If it DOESN'T, you have a problem with your names - they're not what you think they are. Copy one of the names and look for weird characters.
What OS are you on? Is it case-sensitive?
Blog for (mostly LabVIEW) programmers: Tips And Tricks
08-16-2005 07:46 PM
One way to test the path too long theory is to move all the files into a temp directory under root. Try the vi to see if it works. If their is a path length limitation, none of us here will be able to help you. All I can say is that the function works fine on my computer. I wish I could tell you more. If their is a path length limitation, please notify us all with a reply post.
08-17-2005 12:30 AM
08-17-2005 05:10 AM
08-17-2005 11:13 AM - edited 08-17-2005 11:13 AM
Soroush said:
Message Edited by tbob on 08-17-2005 10:14 AM
08-17-2005 12:03 PM
08-17-2005 12:57 PM