Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Creating a file
Message
De
05/11/2003 17:08:26
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Creating a file
Divers
Thread ID:
00846838
Message ID:
00846838
Vues:
75
Is there a better way to create a file:
   ' Create a file
   ' expC1 String
   ' expC2 File
   Private Function CreateFile(ByVal tcString As String, ByVal tcFile As String)
      Dim loFile As System.IO.File
      Dim loWrite As System.IO.StreamWriter
      loWrite = loFile.CreateText(tcFile)
      loWrite.WriteLine(tcString)
      loWrite.Close()
   End Function
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform