Help for this page

Select Code to Download


  1. or download this
    system("mv b.txt a.txt");
    
  2. or download this
    rename('b.txt', 'a.txt');