Click or drag to resize
FileWriteAllBytes Method

Namespace: ConnectedApps.Cms.IO
Assembly: ConnectedApps.Cms.IO (in ConnectedApps.Cms.IO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void WriteAllBytes(
	string path,
	byte[] bytes
)

Parameters

path
Type: SystemString
bytes
Type: SystemByte
See Also