LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I create a new file? In C I would use createnew() which is in io.h. How do I do the same thing in CVI?

There are a couple of ways. Actually in createnew() is not ANSI C, in ANSI C you would use fopen, then fwrite, etc. These functions are available in the ANSI C library. We also have File I/O functions in the Formatting and I/O library. OpenFile can be used to create a file as well.

Best Regards,

Chris Matthews
Measurement Studio Support Manager
0 Kudos
Message 2 of 2
(2,925 Views)