Error in Filing
When i run this code it gives error ,i dont find any in this code.
public class Class1
{ FileStream file = new FileStream("path.txt", FileMode.CreateNew, FileAccess.ReadWrite);
StreamWriter sw = new StreamWriter(file);
public Class1()
{
}
}
}
|