ex11.pp 160 B

12345678
  1. Program Example11;
  2. uses Dos;
  3. { Program to demonstrate the FExpand function. }
  4. begin
  5. WriteLn('Expanded Name of this program is ',FExpand(ParamStr(0)));
  6. end.