Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creating a file
Message
From
05/11/2003 17:08:26
 
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
Creating a file
Miscellaneous
Thread ID:
00846838
Message ID:
00846838
Views:
74
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
Next
Reply
Map
View

Click here to load this message in the networking platform