Next: , Previous: , Up: C library functions   [Index]


rename

rename Function

#include <stdio.h>

String new oldPath;
String new newPath;
Integer new result;

oldPath = "/home/user";
newPath = "/home/joe";

result = rename (oldPath, newPath);