UNC Paths for Opening a Zip Archive

Question:

Iīm using the zip function in your component and when using UNC paths (\\192.168.0.1\temp) I canīt get it to work. Is there a problem with this?

Answer:

To open a Zip from a UNC path (i.e. a URL), use the Chilkat.Zip.OpenFromWeb method: zip.OpenFromWeb("http://192.168.0.1/temp")