I am trying to open a text file and append a variable in each loop.
At the start of loop when the counter is 1 . I would like to clear this file . So I get to write the new data in it and the data is not overlapped with the old data.
I tried using Trigger scope but I cant give the path of this file as there is no general path. (Would change per user)
I would like to open the file with readfile and its name directly.
Any inputs on how to clear the file?
Thanks.
overwriting with an empty content file would be similar to clearing
Perfect.
I used String.Empty at the start of my counter and it clears the file.
Thank you.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.