mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 06:29:38 +02:00
+ Changed to current dir
This commit is contained in:
parent
f749bb6c13
commit
09f03aae9a
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user