mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-02 16:34:54 +02:00
10 lines
131 B
ObjectPascal
10 lines
131 B
ObjectPascal
Program Example63;
|
|
|
|
{ Program to demonstrate the FRename function. }
|
|
|
|
Uses Linux;
|
|
|
|
begin
|
|
FRename (paramstr(1),paramstr(2));
|
|
end.
|