ReadFile
Function Usage
Reads the file content.
Prototype
1 | static std::string DataHelper::ReadFile(const std::string& filePath); |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
filePath |
Input |
File path |
Response Parameters
Data Structure |
Description |
|---|---|
std::string |
File content |
Parent topic: DataHelper