mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 00:39:15 +02:00
+ Changed to current dir
This commit is contained in:
parent
f749bb6c13
commit
09f03aae9a
@ -9,7 +9,7 @@ Var Info : TSearchRec;
|
|||||||
|
|
||||||
Begin
|
Begin
|
||||||
Count:=0;
|
Count:=0;
|
||||||
If FindFirst ('/*',faAnyFile and faDirectory,Info)=0 then
|
If FindFirst ('*',faAnyFile and faDirectory,Info)=0 then
|
||||||
begin
|
begin
|
||||||
Repeat
|
Repeat
|
||||||
Inc(Count);
|
Inc(Count);
|
||||||
|
Loading…
Reference in New Issue
Block a user