LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Can a file be replaced without permission?

I'm writing a string to file using the Write Characters To File.vi, however I do not wish to be asked if I want to replace the file. Is it possible to replace the file without permission?
0 Kudos
Message 1 of 2
(2,448 Views)
Open the Write Characters to File.vi and save it as another name. Look inside of your new VI. Inside is an open/create/replace file.vi that has an advisory dialog? (display = T) terminal. Wire a false to this andy you should be good to go. I would not change the original, though.

Hope that this helps,
Bob
Message 2 of 2
(2,444 Views)