Program Example63; { Program to demonstrate the FRename function. } Uses BaseUnix; begin FpRename (paramstr(1),paramstr(2)); end.