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

BcfUtils.h

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

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

Creates an empty directory.

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