Close

Relief for ODA Team in Ukraine

Learn more
ODA IFC SDK
ZipUtils::createFile Function
Syntax
C++
int createFile(const OdString & path, const char * data, unsigned int size);

Creates file.

Parameters
Description
path
[in] A string containing path to file.
data
[in] A pointer to buffer containing file data.
size
[in] Length of the buffer containing file data.

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

File: ZipUtils.h 

Namespace: ZipUtils 

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