Close

Relief for ODA Team in Ukraine

Learn more
ODA IFC SDK
ZipUtils::copyFile Function
Syntax
C++
int copyFile(const OdString & existingFileName, const OdString & newFileName);

Copies existing file to new location under specified name.

Parameters
Description
existingFileName
[in] A string containing path to exsiting file.
newFileName
[in] A string containing path to new file.

Returns 0 if file was successfully copied; otherwise, the method returns an appropriate error.

File: ZipUtils.h 

Namespace: ZipUtils 

Copyright © 2002-2022. Open Design Alliance All rights reserved.