MCPcopy Create free account
hub / github.com/OpenZWave/open-zwave / FolderCreate

Method FolderCreate

cpp/src/platform/FileOps.cpp:163–174  ·  view source on GitHub ↗

* FolderCreate. Create a Folder * \param string. folder name * \return Bool value indicating success. */

Source from the content-addressed store, hash-verified

161 * \return Bool value indicating success.
162 */
163bool FileOps::FolderCreate
164(
165 const string &_folderName
166)
167{
168
169 if( s_instance != NULL )
170 {
171 return s_instance->m_pImpl->FolderCreate( _folderName);
172 }
173 return false;
174}
175
176
177//-----------------------------------------------------------------------------

Callers 1

StartDownloadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected