Sun Java System Web Proxy Server 4.0.11 NSAPI Developer's Guide

system_rename

The system_rename function renames a file. This function might not work on directories if the old and new directories are on different file systems.

Syntax

int system_rename(char *old, char *new);

Returns

0 if the operation succeeded, or -1 if the operation failed.

Parameters

char *old is the old name of the file.

char *new is the new name for the file.