|
-
Jan 23rd, 2008, 07:00 AM
#1
Thread Starter
Fanatic Member
[RESOLVED] streamwrite FileMode
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|