b9c6d317c7
In creating a temporary (meta) file for Complete RO Report, file was sometimes not created anew with the FileMode.Create setting. Changed to FileMode.Append and specifically delete the meta file before calling to generate it.