I wonder how to overwrite the existing file rather than auto-create a new file in text sink.
for instance, if I run the model two times it creates two files. The second file is created using the same defined file name but with a new number behind the name, e.g. modelouput.txt, modeloutput.0.txt, modeloutput.1.txt.
How to get rid of this auto version number creation and just overwrite the existing one if it exists.