ex63.pp 131 B

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