试题:编程查找指定目录下所有EXE文件,并将其全路径存入Result.txt中,要求用递归。。。?
摘要:未用递归,希望能得到有关人士帮帮忙,先谢过了... 下面是我的程序:unit Unit1;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls;type TForm1 = class(TForm) Button1: TButton; ListBox1: TListBox; procedure Button1Click(Sender: TObject); private procedure _GetFileList(AStrings...
阅读全文
posted @ 2011-10-11 11:45
浙公网安备 33010602011771号