summaryrefslogtreecommitdiff
path: root/fpcdocs/olinuxex/ex63.pp
blob: 52d39e039b785947c0fe982e1f0dd0238dba49d6 (plain)
1
2
3
4
5
6
7
8
9
Program Example63;

{ Program to demonstrate the FRename function. }

Uses oldlinux;

begin
  FRename (paramstr(1),paramstr(2));
end.