You are on page 1of 1

using System;

using System.IO;

public class fileStreamExample


{
static void Main(string[] args)
{
FileStream f = new FileStream("E:\\qasim.txt",FileMode.OpenOrCreate);
streamwrite s = new streamwritw(f)
streamline();
f.WriteByte(65);
f.Close();
}
}

You might also like