Hi,
Using the streamwrite to output a text file I use FileMode.Create to create a new file .
BUT
I would like to create a new file each time so that every time the code is run, a new file is added to the folder.
At present there is always only one file.
I even tried FileMode.Append, FileMode.CreateNew but none of them do what I am after.
Thanks
