mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-28 03:53:45 +02:00
10 lines
135 B
ObjectPascal
10 lines
135 B
ObjectPascal
Program Example63;
|
|
|
|
{ Program to demonstrate the FRename function. }
|
|
|
|
Uses BaseUnix;
|
|
|
|
begin
|
|
FpRename (paramstr(1),paramstr(2));
|
|
end.
|