FilesFilesFromDictionaryBytes Method

Creates files from a collection of files and bytes

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static void FilesFromDictionaryBytes(
	string path,
	HybridDictionary dict
)

Parameters

path  String
Path of the file to create.
dict  HybridDictionary
Collection with files and their byte content.

See Also