Click or drag to resize
UtilitiesWriteArrayToFile Method
Writes arrBytes to a file, creating the target directory and overwriting if the file exists.

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public static void WriteArrayToFile(
	string sFilename,
	byte[] arrBytes
)

Parameters

sFilename
Type: SystemString
Path to File to write.
arrBytes
Type: SystemByte
Bytes to write.
See Also