fileName | String The absolute path name of the file to which to write the byte array. |
bytes | Byte[] The byte array to write to the file specified in the filename parameter. |
append | String Optional. Specifies whether to append or overwrite if the specified file already exists. The default behavior is to create a new file if file does not exist or overwrite an existing file if file already exists. Set to: true to append to the file if the file already exists. false to overwrite the file if the file already exists. |
length | String Number of bytes written to the file. |