Click or drag to resize

ArchiveExtractorGetFileContent Method

Gets the content of a specified file in the archive. Returns null if the corresponding file cannot be found.

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public byte[] GetFileContent(
	string relativePath
)

Parameters

relativePath
Type: SystemString

Return Value

Type: Byte
See Also