Browse Source

+ Changed to current dir

michael 20 years ago
parent
commit
09f03aae9a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/sysutex/ex43.pp

+ 1 - 1
docs/sysutex/ex43.pp

@@ -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);