FilesFromBytes Method

Create a file from a byte array.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static void FromBytes(
	string path,
	byte[] bytes
)

Parameters

path  String
Path of the file to create.
bytes  Byte
Byte array with the contents of the file.

See Also