Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is there function like strtofile() in .NET framework?
Message
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
C# 2.0
Miscellaneous
Thread ID:
01294090
Message ID:
01294347
Views:
18
>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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform