[求助]Filemode 怎么没有用了啊?
我用的Microsoft Visual Studio 2005的C#语言
public class foo
{
private System.IO.FileStream fs;
public foo() { fs = new System.IO.FileStream("bar", FileMode.CreateNew);}
~foo() { fs.Close();
}
filemode 在2005的是不是变了名字啊?还是已经没有这个功能了啊?