void WriteFileData(string filePath, int[] bytes, bool append)

Write bytes to a file. Trust Level Required: High

Parameters

Name Description
filePath The path of the file.
bytes The data to write.
append True to append to the end of the file.

Return

Nothing returned