ex63.pp 134 B

123456789
  1. Program Example63;
  2. { Program to demonstrate the FRename function. }
  3. Uses oldlinux;
  4. begin
  5. FRename (paramstr(1),paramstr(2));
  6. end.