fpc/docs/olinuxex/ex46.pp
2004-10-16 13:14:03 +00:00

10 lines
170 B
ObjectPascal

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