Zen API
zFireSync_CopyFile
C
zStatus zFireSync_CopyFile(zFireSync fireSync, const zChar* source, const zChar* destination);
Parameters
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. 
Description

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+;

File

zFireSync.h

Copyright (c) 2008-2010 by LMI Technologies Inc. All rights reserved.