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.