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
schemeName
stringName of the theme, any string.
arcPath
stringPath to archive file.
fileInArchivePath
stringPath to file in archive.