Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Is there function like strtofile() in .NET framework?
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
Environment:
C# 2.0
Divers
Thread ID:
01294090
Message ID:
01294347
Vues:
19
>Dear .NET experts,
>
>I want to log error information into a text file. In VFP I would do it with a simple STRTOFILE() function. Is there something like that in .NET?
>
>Thank you.

How about the static method File.WriteAllText(...)? There is also a write-all-bytes which I use all the time. The file class has a lot of cool members.
Semper ubi sub ubi.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform