fpc/docs/linuxex/ex46.pp
1998-03-25 11:26:49 +00:00

10 lines
167 B
ObjectPascal

Program Example46;
{ Program to demonstrate the FSearch function. }
Uses linux,strings;
begin
Writeln ('ls is in : ',FSearch ('ls',strpas(Getenv('PATH'))));
end.