FilesFilesToDictionaryBytes Method

Reads the contents of files from a path into 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 HybridDictionary FilesToDictionaryBytes(
	string path
)

Parameters

path  String
File path.

Return Value

HybridDictionary
HybridDictionary with the contents of files from a path.

See Also