I am using the 'File.AppendText' instruction to append data to a local file (in FiddlerScript).
Is there any way to clear the contents of the file before appending new data, such as overwriting the file or deleting it first? Is there any instruction for these tasks?
I just need to write data to a local file, and in case the file already exists, it should be overwritten.
Thank you!
Alex
Is there any way to clear the contents of the file before appending new data, such as overwriting the file or deleting it first? Is there any instruction for these tasks?
I just need to write data to a local file, and in case the file already exists, it should be overwritten.
Thank you!
Alex