SevenZipSharp icon indicating copy to clipboard operation
SevenZipSharp copied to clipboard

[SOLVED] Malformed UNC path exception when zip one file from network place

Open deltaone opened this issue 9 years ago • 0 comments

to fix: file SevenZipCompressor.cs function private static int CommonRoot(ICollection files) add at end of function else if (files.Count == 1) { foreach (string path in files) res = Path.GetDirectoryName(path); } return res.Length;

deltaone avatar Dec 15 '16 13:12 deltaone