Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Creating a file
Message
De
07/11/2003 10:17:56
 
 
À
07/11/2003 00:15:04
Keith Payne
Technical Marketing Solutions
Floride, États-Unis
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Divers
Thread ID:
00846838
Message ID:
00847649
Vues:
21
>
>        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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform