Click or drag to resize

ArchiveExtractorMappingSourceMatch Method

Checks if a give relative path starts with the current source path.

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public bool SourceMatch(
	string sourceRelativePath
)

Parameters

sourceRelativePath
Type: SystemString

Return Value

Type: Boolean
See Also