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);
答案
最后一个啊,OpenOrCreate就是文件存在直接打开,不存在则创建该文件的
举一反三
我想写一篇关于奥巴马的演讲的文章,写哪一篇好呢?为什么好
最新试题
- Read the letter and tell me what you made of it.
- 为什么我往保温瓶里倒水的时候,开始时的声音和快满了时的声音不一样?
- 夏天种蔬菜,用树枝树叶盖在上面,并洒水,是什么物理知识
- 把100个橘子分装在6个篮子里,使得每个篮子里装的橘子数都含有数字6,应该如何装?
- I asked my mother for some writing paper.She bought some in the stationary last week.
- 英语翻译
- 3,5,11,7,算24点!
- 求回答说明文“句子中的加点词语能否去掉,为什么?”之类的问题的答题模式
- 一桶油倒出一部分后,剩下8分之3.剩下的平均每天用5分之2千克,六天用完.这桶油原来有油多少千克?
- 温州市处于东南沿海,夏季经常遭受台风袭击,一次,温州气象局测得台风中心在温州市A的正西方向300千米的B处,以每小时107千米的速度向东偏南30°的BC方向移动,距台风中心200千米的范
热门考点