Next: rindex, Previous: remove, Up: C library functions [Index]
rename
#include <stdio.h> String new oldPath; String new newPath; Integer new result; oldPath = "/home/user"; newPath = "/home/joe"; result = rename (oldPath, newPath);