int fcopy(const char *src, const char *dst)

This function copies a file

Documentation

This function copies a file.

Returns:
0, if everything is OK, else -1.
Parameters:
src - The filename of the source-file
dst - The filename of the destination-file

Alphabetic index Hierarchy of classes



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