Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
TXT file doesn´t close
Message
From
22/10/2015 08:16:44
 
 
To
22/10/2015 06:43:02
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
VB.NET 1.1
OS:
Windows 8.1
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Desktop
Miscellaneous
Thread ID:
01626227
Message ID:
01626323
Views:
48
Hello Thomas;

Thank you very much for the recommendation.

I understand perfectly what you say, but how can I apply it to my script?, I do not know how.

Moreover another friend recommended me to use this one:
' Try to open the file
                Using loFileStream As System.IO.FileStream = New FileStream(lcFile, FileMode.Create)
                    loStreamWriter = New StreamWriter(loFileStream, cEncoding)
                    loStreamWriter.Write(cString)
                    loStreamWriter.Close()
                End Using
But I do not know how to change that I have this new one. If you could help me with this I would really appreciate it.

Best regards;
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform