Thread
:
C# Streams and Installer Question
View Single Post
Mar 27th, 2008, 8:58 AM
#
2
Ooble
I eat cake for breakfast.
Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power:
9
Re: C# Streams and Installer Question
Specify a path:
(
Toggle Plain Text
)
StreamWriter stmWrite = new StreamWriter(@"C:\Path\To\Directory\" + rtbSaveName.Text);
StreamWriter stmWrite = new StreamWriter(@"C:\Path\To\Directory\" + rtbSaveName.Text);
__________________
Me
::
You
::
Them
Ooble
View Public Profile
Visit Ooble's homepage!
Find More Posts by Ooble