11-12-2007 07:43 AM
11-12-2007 08:10 AM
11-12-2007 09:35 AM
Thanks GerdW for replying once again ![]()
Turned out I was being silly... whilst trying to get the attached working, I'd placed a path indicator but hadn't expanded it. Thought the path node was only giving me c:\ when in fact it had just wrapped to the next line so I couldn't see the rest of the path.
Your post did remind me to strip that extra layer off the path though.
Thanks again
11-12-2007 12:11 PM
An additional couple of points:
It's better to do this is using a loop, stripping the path with a shift register and using the File\Folder Info primitive to check if the path is a directory. OpenG has a VI which does this, as well as many other useful VIs.
With Windows Vista there are some changes in the permissions users have. I'm not sure about the details, but essentially, you should not have write access to the executables directory. To get around this, you might wish to save your settings in the data directory. In Windows, this is APP_Data, but LV uses My Documents\LabVIEW Data for some reason, at least by default.