Login   /   Register

Creating a text file

Rate this article
     1 votes, average: 4 out of 51 votes, average: 4 out of 51 votes, average: 4 out of 51 votes, average: 4 out of 51 votes, average: 4 out of 5
Loading ... Loading ...
March 31st, 2008 by daniva

System.IO.File class provides static methods for the creation, copying, deletion, moving, and opening of files, and aids in the creation of FileStream objects.
The CreateText method creates or opens a file for writing UTF-8 encoded text.
The following example demonstrates some of the main members of the File class.

The content you are accessing is for registered users only
Registeration is FREE, quick and private.
You can either Register or Login if you have already registered

Posted in DotNetFactory

One Response to “Creating a text file”

  1. r.sindhu Says:

    [-]

    Thanks :)
    That was very useful

Leave a Reply

You must be logged in to post a comment.

This article was viewed 496 times