当前位置: > if you want to open a file that exists or create it otherwise,which of the following is right?...
题目
if you want to open a file that exists or create it otherwise,which of the following is right?
a)FileStream fs=new FileStream(“c:\myfile.txt”,FileMode.Create,FileAccess.Write);
b)FileStream fs=new FileStream(“c:\myfile.txt”,FileMode.CreateNew,FileAccess.Write);
c)FileStream fs=new FileStream(“c:\myfile.txt”,FileMode.Open,FileAccess.Write);
d)FileStream fs=new FileStream(“c:\myfile.txt”,FileMode.OpenOrCreate,FileAccess.Write);

提问时间:2021-01-01

答案
最后一个啊,OpenOrCreate就是文件存在直接打开,不存在则创建该文件的
举一反三
我想写一篇关于奥巴马的演讲的文章,写哪一篇好呢?为什么好
奥巴马演讲不用看稿子.为什么中国领导演讲要看?
想找英语初三上学期的首字母填空练习……
英语翻译
1,人们染上烟瘾,最终因吸烟使自己丧命.
版权所有 CopyRight © 2012-2019 超级试练试题库 All Rights Reserved.