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 public string MapPath(
string sourceRelativePath
)
Parameters
- sourceRelativePath
- Type: SystemString
Return Value
Type:
StringTarget relative path + parameter and source relative path common part.
See Also