In file miscfx.h:

int fcopy

(char* source, char* target)

Copy a file.

Documentation

Copy a file.

A useful function to copy a file to another one. The semantics are almost identical to those of the shell command cp.

Parameters:
source - The filename of the source file.
target - Filename of the target file.
Returns:
Zero indicates success. Non-zero indicates an error, in which case errno will be set accordingly.

Alphabetic index



This page was generated with the help of DOC++.