Logo

Programming-Idioms

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

Idiom #343 Rename file

Rename the file at path1 into path2

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

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