这个代码是什么意思
[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]
这是关于一个文件搜索的代码,只是不明白什么意思