Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.

@RoyWickrama_RWEI (@GeorgK ) Instead of

System.IO.File.AppendText(oTextSave)

 

try

System.IO.File.CreateText(oTextSave)

 

 

According to this microsoft API article, :

Creates or opens a file for writing UTF-8 encoded text. If the file already exists, its contents are overwritten.