Click or drag to resize

ArchiveExtractorMappingMapPath Method

Maps a source path to the target relative path.

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

Parameters

sourceRelativePath
Type: SystemString

Return Value

Type: String
Target relative path + parameter and source relative path common part.
See Also