program finfo;{$mode objfpc}{$H+}uses {$IFDEF UNIX}{$IFDEF UseCThreads} cthreads, {$ENDIF}{$ENDIF} Classes, fileinfo;begin // fpc trunk: // $(fpcdir)\packages\fcl-base\src\win\fileinfo.pp writeln('empty program; see program source for questions.'); { In Lazarus trunk+FPC trunk, right-clicking the fileinfo unit I get project1.lpr(10,11) Error: unit not found: fileinfo In Lazarus 1.0.6+FPC 2.6.0, right-clicking the fileinfo unit does show the fileinfo unit }end.
Hmm. I can download it but I get 0kb also so I can't open it.