Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
TXT file doesn´t close
Message
De
22/10/2015 08:16:44
 
 
À
22/10/2015 06:43:02
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
Environment:
VB.NET 1.1
OS:
Windows 8.1
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Desktop
Divers
Thread ID:
01626227
Message ID:
01626323
Vues:
46
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;
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform