Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creating a file
Message
From
07/11/2003 10:17:56
 
 
To
07/11/2003 00:15:04
Keith Payne
Technical Marketing Solutions
Florida, United States
General information
Forum:
ASP.NET
Category:
Other
Title:
Miscellaneous
Thread ID:
00846838
Message ID:
00847649
Views:
20
>
>        Dim s As String
>        Dim fs As New StreamWriter("MyFile.txt")
>        fs.WriteLine(s)
>        fs.Close()
>
>
>The declaration initializes a FileStream with a StreamWriter wrapper. You can get to the underlying FileStream with .BaseStream for things like ansynchronous read/write.

Thanks, this is much better.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform