Logo

Programming-Idioms

This language bar is your friend. Select your favorite languages!
  • Ruby

Idiom #343 Rename file

Rename the file at path1 into path2

File.rename(path1, path2) 
#include <stdio.h>
rename(path1, path2);

New implementation...
< >
programming-idioms.org