+ Changed to current dir

This commit is contained in:
michael 2004-12-14 19:38:13 +00:00
parent f749bb6c13
commit 09f03aae9a

View File

@ -9,7 +9,7 @@ Var Info : TSearchRec;
Begin
Count:=0;
If FindFirst ('/*',faAnyFile and faDirectory,Info)=0 then
If FindFirst ('*',faAnyFile and faDirectory,Info)=0 then
begin
Repeat
Inc(Count);