由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
DotNet版 - Why this c# program from msdn failed?
相关主题
vs2005 beta downloadVS2005 coming in Nov
Free Beta1 Programming .NET Components
GET VS2005 BETA2 FOR FREEvs2005的正式版出来没有?
vs2005 team suite rtm里的msdn是什么时间的版本?vs2005的viso还有吗?
Is this FTP operation possible?自动化的问题 (WebBrowser)
哪位大侠指点一下 DOT NET 哪里有下?Do we still need DAL
difference between VS2005 and VS2003VS 2005 Pro Installaion
VS2005能和VS2003装在一个OS上么?VS2005 SP1 is out
相关话题的讨论汇总
话题: why话题: failed话题: program话题: msdn话题: c#
进入DotNet版参与讨论
1 (共1页)
c**r
发帖数: 10001
1
The following program example are from
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemiofileclassgetattributestopic.asp
After I compile on VS2005, and run it in console, got error:
The process failed: System.IO.IOException: The process cannot access the file
'c
It will run well when MyTest.txt exists.
My original question is, I want to create empty file and change its
lastwritetime, but it always give error unless I wrap the create line in
using(FileStream
c**r
发帖数: 10001
2
yes File.Create(path).close() makes it work, thanks.
1 (共1页)
进入DotNet版参与讨论
相关主题
VS2005 SP1 is outIs this FTP operation possible?
A quick question about Access..哪位大侠指点一下 DOT NET 哪里有下?
visual studio 和 中文difference between VS2005 and VS2003
VS2005还支持COM吗?VS2005能和VS2003装在一个OS上么?
vs2005 beta downloadVS2005 coming in Nov
Free Beta1 Programming .NET Components
GET VS2005 BETA2 FOR FREEvs2005的正式版出来没有?
vs2005 team suite rtm里的msdn是什么时间的版本?vs2005的viso还有吗?
相关话题的讨论汇总
话题: why话题: failed话题: program话题: msdn话题: c#