2008年1月14日
摘要: privatevoidGhangeNames(stringfilepath,stringsfm,intk){DirectoryInfoinf=newDirectoryInfo(filepath);FileInfo[]files=inf.GetFiles();try{for(inti=0;i<files.Length;i++){listBox1.Items.Add(files[i].Name);listBox2.Items.Add(textBox2.Text+(k+i).ToString(sfm)+files[i].Name.Substring(files[i].Name.LastInde 阅读全文
posted @ 2008-01-14 16:41 wkjs 阅读(159) 评论(0) 推荐(0)