12-18-2009 07:35 AM
Solved! Go to Solution.
12-21-2009 05:07 AM
I remember having the same issue in the versions before 2009.
Hidden attribute hides the file from searching functions if that's how your code finds the text file to be written.
You can use SetFileAttrs function to temporarily unhide the file and then you can hide it again, if necessary.
Hope this helps,
12-21-2009 09:59 AM
03-19-2010 11:56 AM
I ran across the same problem and posted it on the LabWindows/Cvi user group website with the same fix (or work around). But I also noted that this did not appear in cvi 9.0.1 (runtime engine 9.0.0.348).
I'm using cvi 2009 runtime engine 9.1.0.428 (XP).
I found this out when I was updating a program created in cvi 9.0.1. The program could have been released without me knowing there was a problem.
(I use 'fopen (pathN, "wb"))
So, is this a bug or not?
Thanks
Walt
03-26-2010 11:28 AM - edited 03-26-2010 11:29 AM
This behavior has been replicated and is now documented as corrective action request 216631. Thanks for bringing this to our attention!