注册 登录
编程论坛 Delphi论坛

这个代码是什么意思

treatly 发布于 2008-11-07 13:32, 942 次点击
[bo]BEGIN[/bo]
  GetAllFiles.Caption:='GetAllFiles [0]';
   Results.Clear;
   if not(rightStr(Path.Text,1)='\') then Path.Text:=Path.Text+'\';
   if DirectoryExists(Path.Text) then getFiles(Path.Text);
[bo]END;[/bo]

这是关于一个文件搜索的代码,只是不明白什么意思
0 回复
1