Method PrepareZipUrl
PrepareZipUrl(string, string, string)
Prepares zip url in the form "{schemeName}:///{arcPath};protocol={fileInArchivePath}"
public static string PrepareZipUrl(string schemeName, string arcPath, string fileInArchivePath)
Parameters
schemeNamestringName of the theme, any string.
arcPathstringPath to archive file.
fileInArchivePathstringPath to file in archive.