MCPcopy Create free account
hub / github.com/assimp/assimp / CreateDirectory

Method CreateDirectory

code/Common/FileSystemFilter.h:199–202  ·  view source on GitHub ↗

------------------------------------------------------------------- Creates an new directory at the given path. */

Source from the content-addressed store, hash-verified

197 // -------------------------------------------------------------------
198 /** Creates an new directory at the given path. */
199 bool CreateDirectory(const std::string &path) {
200 ai_assert( nullptr != mWrapped );
201 return mWrapped->CreateDirectory(path);
202 }
203
204 // -------------------------------------------------------------------
205 /** Will change the current directory to the given path. */

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected