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

Method FileRotate

cpp/src/platform/FileOps.cpp:126–136  ·  view source on GitHub ↗

* FileRotate. Rotate a File * \param string. file name. * \return Bool value indicating write permissions. */

Source from the content-addressed store, hash-verified

124 * \return Bool value indicating write permissions.
125 */
126bool FileOps::FileRotate
127(
128 const string &_fileName
129)
130{
131 if( s_instance != NULL )
132 {
133 return s_instance->m_pImpl->FileRotate( _fileName );
134 }
135 return false;
136}
137
138/**
139 * FileCopy. Copy a File

Callers 1

StartDownloadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected