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

Method FolderExists

cpp/src/platform/FileOps.cpp:75–85  ·  view source on GitHub ↗

----------------------------------------------------------------------------- Static method to check for existance of a folder -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

73// Static method to check for existance of a folder
74//-----------------------------------------------------------------------------
75bool FileOps::FolderExists
76(
77 const string &_folderName
78)
79{
80 if( s_instance != NULL )
81 {
82 return s_instance->m_pImpl->FolderExists( _folderName );
83 }
84 return false;
85}
86
87/**
88 * FileExists. Check for the existance of a file.

Callers 1

StartDownloadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected