03-03-2011 02:46 AM
I need to program a vi, which appends data to a text file.
The text file may not become larger that a defined size, so the vi should check the size of the file first.
How can I do this?
Solved! Go to Solution.
03-03-2011 02:49 AM
Hello Johannes, you should use the File/Directory info node in the File I/O -> Advanced File Functions palette.
03-03-2011 02:50 AM
The LabVIEW palette contains a VI for getting the size of a file, it's called 'Get File Size'
Ton
03-03-2011 02:52 AM
Johannes,
you should use the File/Directory Info function found in the File IO>>Advanced palette.
hope this helps,
Norbert