filename, $new_path . '/' . $file->basename); } // Ignore any warnings from rmdir() about remaining files in the old // directory (they will NOT be deleted). @rmdir($old_path); } } }