company logo

Binary :: storeFile - Write binary data to file

The function writes the the data from the binary data block to the file passed in sFilePath. The directory referenced in the file path has to exist, but the file need not. When the file does already exist, it will be overwritten.

In case of an error writing to file the function throws an exception.

Implementation details

Binary  :: storeFile ( odaba::String &sFilePath )
  • sFilePath - Complete file path