1 2 3 4 5 6 7 8 9
Program Example46; { Program to demonstrate the FSearch function. } Uses oldlinux,strings; begin Writeln ('ls is in : ',FSearch ('ls',strpas(Getenv('PATH')))); end.