摘要:
stringx=txtpath.Text;DirectoryInfotheFolder=newDirectoryInfo(x);FileInfo[]fileInfo=theFolder.GetFiles();foreach(FileInfoNextFileinfileInfo)//遍... 阅读全文
posted @ 2015-08-17 20:13
Pavilion
阅读(769)
评论(0)
推荐(0)
摘要:
protectedvoidbtn_ok_Click(objectsender,EventArgse){intnum=0;try{stringx=txtpath.Text;//DirectoryInfotheFolder=newDirectoryInfo(x);//FileInfo[]fileInfo... 阅读全文
posted @ 2015-08-17 20:07
Pavilion
阅读(433)
评论(0)
推荐(0)
摘要:
protectedvoidbtn_ok_Click(objectsender,EventArgse){stringx=txtpath.Text;DataSetds=GetConnect(x);DataTablexDataTable=ds.Tables[0]; stringxFile=Server.M... 阅读全文
posted @ 2015-08-17 20:07
Pavilion
阅读(278)
评论(0)
推荐(0)