LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

automatic naming of files based on the readed file name?

Using "write labview measurement file" and "read labview measurement file". For example:
Readed_file.dat
Readed_file_written.dat
0 Kudos
Message 1 of 2
(2,747 Views)
Hi,

try to extract the filename from the path from the Readed_file.dat using string filter functions.
Afterwards add the new part of the name and create the file.
I attached a file with same sample code.
Note, it is not executable, because I didn't connect all VIs operating an files, but it shows the principal how things could work)

Stephan
Message 2 of 2
(2,747 Views)