API Reference > ZipUtils Namespace > Functions > ZipUtils::createDir Function
ZipUtils::createDir Function
Syntax
C++
int createDir(const OdString & dir);

ZipUtils.h

Parameters 
Description 
const OdString & dir 
[in] A string containing path to new directory.  

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

Creates empty directory.

Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.