void WriteFileDataBase64(string filePath, string base64Data, bool append)
Writes binary data to a file. Trust Level Required: High
Parameters
Name | Description |
filePath | The path of the file. |
base64Data | Each byte must be base-64 encoded. |
append | True to append to the end of the file. |
Return
Nothing returned