zStatus zFireSync_CopyFile(zFireSync fireSync, const zChar* source, const zChar* destination);
|
Parameters |
Description |
|
zFireSync fireSync |
zFireSync object. |
|
const zChar* source |
Source name of the file to be copied. |
|
const zChar* destination |
Desination name of the file to be copied. |
Copies the specified file within a FireSync server.
This function uses the Control channel. If a file with the same name already exists, the file will be overwritten.
The function is supported in FHP version 2.1+;
zFireSync.h