FilesFilesToDictionaryBytes Method
Reads the contents of files from a path into a collection of files and bytes.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static HybridDictionary FilesToDictionaryBytes(
string path
)
Public Shared Function FilesToDictionaryBytes (
path As String
) As HybridDictionary
- path String
- File path.
HybridDictionaryHybridDictionary with the contents of files from a path.