Calculating the MD5 Values of Files
This section describes how to calculate the MD5 values of files.
API Calling
std::string hilens::MD5ofFile(const std::string & filepath)
Parameter Description
Parameter |
Description |
---|---|
file |
The file path. |
Return Value
MD5 value of a file. The value is a character string. If the file fails to be read, a null character string is returned.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot