Mike,
Are you using "Write Characters to File.vi" which has the T (Append) or F
(New or Replace) terminal? This function actually opens, writes and then
closes the file.
Or are you using the basic "Write File" function which requires the "Open
File.vi" to actually gain access to the file. The "Open File.vi" has a
control called "advisory dialog?" the is by default set to true.
You can modify the Open File.vi so that the "advisory dialog?" is set to
false and the dialogs won't come up, but, I'd advise saving a local copy of
the modified Open File.vi, rather than permanently changing the LabView
built in functions.
Good luck,
Bill
Mgann wrote in message
news:506500000005000000908B0000-1023576873000@exchange.ni.com...
> No, the
file is not being deleted.
>
> If I just overwrite it, I get a dialog box asking if I
> want this file to be replaced. My goal is to not have any user
> interaction with the writing of the new file,
> that is why I was trying to delete it.
>
> So, any other ideas? Is there a way to prevent the above stated dialog
> box from coming up when overwirting the file?
>
> Thanks,
>
> MIke