ex46.pp 179 B

123456789
  1. Program Example46;
  2. { Program to demonstrate the FSearch function. }
  3. Uses BaseUnix, Unix, Strings;
  4. begin
  5. Writeln ('ls is in : ',FSearch ('ls',strpas(fpGetenv('PATH'))));
  6. end.