摘要: 1 static void findFiles(Args _args) 2 { 3 void findFile(str path,str filesExt,boolean subFolder=false) 4 { 5 int hdl; 6 Filename filename; 7 ; 8 [hdl, filename] = WinAPI::findFirstFile(path+filesExt); 9 while (filename)10 {11 ... 阅读全文
posted @ 2013-07-10 09:50 止在入门 阅读(412) 评论(0) 推荐(0) 编辑