悬赏园豆:10
[已解决问题]
解决于 2008-03-04 08:05
<P>string <A href='mailto:path=@"E:\Test\";//'>path=@"E:\Test\";//</A><FONT color=#339966>此目錄已經存在<BR></FONT>string[] strs=txtTest.Text.Split(';');<BR>string p="";<BR>for(int i=0;i<strs.Length;i++)<BR>{<BR> p=path+strs[i]+".cs";<BR> if(!File.Exists(p))<BR> {<BR> using(StreamWriter sr=File.CreateText(p))<BR> {<BR> sr.WriteLine(strs[i]+"Test");<BR> }<BR> }<BR>}</P>
<P>執行上述代碼出現這樣的異常:<FONT size=2>文件名,目录名或者卷名出现错误。請大俠幫忙﹐萬分感謝。</FONT></P>
问题补充:
只能寫出第一個文件
下一個就出現上面異常。